#F9D51E

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

Shades of Turbo #F9D51E

Tints of Turbo #F9D51E

Color information

#F9D51E (or 0xF9D51E) is unknown color: approx Turbo. HEX triplet: F9, D5 and 1E. RGB value is (249,213,30). Sum of RGB (Red+Green+Blue) = 249+213+30=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 30 (12.11% from 255 or 6.10% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D51E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D51E is #062AE1. Grayscale: #CBCBCB. Windows color (decimal): -404194 or 2020857. OLE color: 2020857.

HSL color Cylindrical-coordinate representation of color #F9D51E: hue angle of 50.14º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F9D51E is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB24921330-
CMYK00.140.880.02
HSL50.14º94.81%54.71%-
HSV(B)50.14º87.95%97.65%-
XYZ63.167.8210.99-
YUV202.930.43160.88-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.61%
GREEN value IS 213 (83.59% from 255) = 43.29%
BLUE value IS 30 (12.11% from 255) = 6.10%
R=50.61%
G=43.29%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492133000.140.880.0250.1494.8154.71
HexF9D51E0E582325f37
Octal3713253601613026213767
Binary111110011101010111110011101011000101100101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D51E; }

 p { color: rgb(249,213,30); }

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

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

 a { background-color: rgb(249,213,30); }

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

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

 span { border-color: rgb(249,213,30); }

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