Html Css Color HEX #F9D322 Turbo

📋 copy color: '#F9D322'

red 249 ◦ green 211 ◦ blue 34

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

Shades of Turbo #F9D322

Tints of Turbo #F9D322

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.71%

 BLUE value IS 34 (13.67% from 255) = 6.88%

R = 50.4%
G = 42.71%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#F9D322 (or 0xF9D322) is known color: Turbo. HEX triplet: F9, D3 and 22. RGB value is (249,211,34). Sum of RGB (Red+Green+Blue) = 249+211+34=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 34 (13.67% from 255 or 6.88% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D322 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D322 is #062CDD. Grayscale: #CACACA. Windows color (decimal): -404702 or 2282489. OLE color: 2282489.

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

Color convert

RGB 249 211 34 -
CMYK 0 0.15 0.86 0.02
HSL 49.4º 0.95% 0.55% -
HSV(B) 49.4º 0.86% 0.98% -
XYZ 62.65 66.84 11.11 -
YUV 202.18 33.09 161.39 -
System Red Green Blue C M Y K H S L
Decimal 249 211 34 0 0.15 0.86 0.02 49.4 0.95 0.55
Hex F9 D3 22 0 F 56 2 31 5F 37
Octal 371 323 42 0 17 126 2 61 137 67
Binary 11111001 11010011 100010 0 1111 1010110 10 110001 1011111 110111

Color Harmonies of #F9D322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D322

Black with #F9D322

Text Example


Text Example

White with #F9D322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D322; }

 p { color: rgb(249,211,34); }

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

background-color css

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

 a { background-color: rgb(249,211,34); }

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

border-color css

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

 span { border-color: rgb(249,211,34); }

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