#F1D00F

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

Shades of Turbo #F1D00F

Tints of Turbo #F1D00F

Color information

#F1D00F (or 0xF1D00F) is unknown color: approx Turbo. HEX triplet: F1, D0 and 0F. RGB value is (241,208,15). Sum of RGB (Red+Green+Blue) = 241+208+15=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 15 (6.25% from 255 or 3.23% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D00F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D00F is #0E2FF0. Grayscale: #C4C4C4. Windows color (decimal): -929777 or 1036529. OLE color: 1036529.

HSL color Cylindrical-coordinate representation of color #F1D00F: hue angle of 51.24º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F1D00F is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB24120815-
CMYK00.140.940.05
HSL51.24º88.98%50.2%-
HSV(B)51.24º93.78%94.51%-
XYZ58.9263.859.67-
YUV195.8625.93160.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.94%
GREEN value IS 208 (81.64% from 255) = 44.83%
BLUE value IS 15 (6.25% from 255) = 3.23%
R=51.94%
G=44.83%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412081500.140.940.0551.2488.9850.2
HexF1D0F0E5E5335932
Octal3613201701613656313162
Binary111100011101000011110111010111101011100111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D00F; }

 p { color: rgb(241,208,15); }

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

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

 a { background-color: rgb(241,208,15); }

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

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

 span { border-color: rgb(241,208,15); }

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