Html Css Color HEX #F9D520 Turbo

📋 copy color: '#F9D520'

red 249 ◦ green 213 ◦ blue 32

#F9D520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turbo #F9D520

Tints of Turbo #F9D520

RGB

 RED value IS 249 (97.66% from 255) = 50.4%

 GREEN value IS 213 (83.59% from 255) = 43.12%

 BLUE value IS 32 (12.89% from 255) = 6.48%

R = 50.4%
G = 43.12%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#F9D520 (or 0xF9D520) is known color: Turbo. HEX triplet: F9, D5 and 20. RGB value is (249,213,32). Sum of RGB (Red+Green+Blue) = 249+213+32=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 32 (12.89% from 255 or 6.48% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D520 is #062ADF. Grayscale: #CBCBCB. Windows color (decimal): -404192 or 2151929. OLE color: 2151929.

HSL color Cylindrical-coordinate representation of color #F9D520: hue angle of 50.05º 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 #F9D520 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 213 32 -
CMYK 0 0.14 0.87 0.02
HSL 50.05º 0.95% 0.55% -
HSV(B) 50.05º 0.87% 0.98% -
XYZ 63.12 67.83 11.13 -
YUV 203.13 31.43 160.72 -
System Red Green Blue C M Y K H S L
Decimal 249 213 32 0 0.14 0.87 0.02 50.05 0.95 0.55
Hex F9 D5 20 0 E 57 2 32 5F 37
Octal 371 325 40 0 16 127 2 62 137 67
Binary 11111001 11010101 100000 0 1110 1010111 10 110010 1011111 110111

Color Harmonies of #F9D520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D520

Black with #F9D520

Text Example


Text Example

White with #F9D520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D520; }

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

 H1.HeaderClassName
 {
   color: #F9D520;
 }
 .AnyTagClassName
 {
   color: #F9D520;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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