#F1D218

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

Shades of Turbo #F1D218

Tints of Turbo #F1D218

Color information

#F1D218 (or 0xF1D218) is unknown color: approx Turbo. HEX triplet: F1, D2 and 18. RGB value is (241,210,24). Sum of RGB (Red+Green+Blue) = 241+210+24=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 24 (9.77% from 255 or 5.05% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D218 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D218 is #0E2DE7. Grayscale: #C6C6C6. Windows color (decimal): -929256 or 1626865. OLE color: 1626865.

HSL color Cylindrical-coordinate representation of color #F1D218: hue angle of 51.43º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1D218 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB24121024-
CMYK00.130.900.05
HSL51.43º88.57%51.96%-
HSV(B)51.43º90.04%94.51%-
XYZ59.4964.8610.25-
YUV198.0629.77158.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.74%
GREEN value IS 210 (82.42% from 255) = 44.21%
BLUE value IS 24 (9.77% from 255) = 5.05%
R=50.74%
G=44.21%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412102400.130.900.0551.4388.5751.96
HexF1D2180D5A5335934
Octal3613223001513256313164
Binary1111000111010010110000110110110101011100111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D218; }

 p { color: rgb(241,210,24); }

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

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

 a { background-color: rgb(241,210,24); }

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

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

 span { border-color: rgb(241,210,24); }

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