#F9D021

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

Shades of Turbo #F9D021

Tints of Turbo #F9D021

Color information

#F9D021 (or 0xF9D021) is unknown color: approx Turbo. HEX triplet: F9, D0 and 21. RGB value is (249,208,33). Sum of RGB (Red+Green+Blue) = 249+208+33=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 33 (13.28% from 255 or 6.73% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D021 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D021 is #062FDE. Grayscale: #C9C9C9. Windows color (decimal): -405471 or 2216185. OLE color: 2216185.

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

Color convert

RGB24920833-
CMYK00.160.870.02
HSL48.61º94.74%55.29%-
HSV(B)48.61º86.75%97.65%-
XYZ61.965.3610.79-
YUV200.3133.58162.73-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.82%
GREEN value IS 208 (81.64% from 255) = 42.45%
BLUE value IS 33 (13.28% from 255) = 6.73%
R=50.82%
G=42.45%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.87
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492083300.160.870.0248.6194.7455.29
HexF9D021010572315f37
Octal3713204102012726113767
Binary11111001110100001000010100001010111101100011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D021; }

 p { color: rgb(249,208,33); }

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

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

 a { background-color: rgb(249,208,33); }

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

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

 span { border-color: rgb(249,208,33); }

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