#F0D110

Color #F0D110 Turbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turbo #F0D110

Tints of Turbo #F0D110

Color information

#F0D110 (or 0xF0D110) is unknown color: approx Turbo. HEX triplet: F0, D1 and 10. RGB value is (240,209,16). Sum of RGB (Red+Green+Blue) = 240+209+16=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 16 (6.64% from 255 or 3.44% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D110 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D110 is #0F2EEF. Grayscale: #C5C5C5. Windows color (decimal): -995056 or 1102320. OLE color: 1102320.

HSL color Cylindrical-coordinate representation of color #F0D110: hue angle of 51.7º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0D110 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB24020916-
CMYK00.130.930.06
HSL51.7º88.19%50.2%-
HSV(B)51.7º93.33%94.12%-
XYZ58.8364.169.77-
YUV196.2726.27159.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 51.61%
GREEN value IS 209 (82.03% from 255) = 44.95%
BLUE value IS 16 (6.64% from 255) = 3.44%
R=51.61%
G=44.95%
B=3.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402091600.130.930.0651.788.1950.2
HexF0D1100D5D6345832
Octal3603212001513566413062
Binary1111000011010001100000110110111011101101001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D110; }

 p { color: rgb(240,209,16); }

 H1.HeaderClassName
 {
   color: #F0D110;
 }
 .AnyTagClassName
 {
   color: #F0D110;
 }
</style>
background-color css

<style>
 a { background-color: #F0D110; }

 a { background-color: rgb(240,209,16); }

 div.DivClassName
 {
   background-color: #F0D110;
 }
 .BgClassName
 {
   background-color: #F0D110;
 }
</style>
border-color css

<style>
 span { border-color: #F0D110; }

 span { border-color: rgb(240,209,16); }

 td.TdClassName
 {
   border-color: #F0D110;
 }
 .TagClassName
 {
   border-color: #F0D110;
 }
</style>