Html Css Color HEX #F9D329 Turbo

📋 copy color: '#F9D329'

red 249 ◦ green 211 ◦ blue 41

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

Shades of Turbo #F9D329

Tints of Turbo #F9D329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.18%

R = 49.7%
G = 42.12%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F9D329 (or 0xF9D329) is known color: Turbo. HEX triplet: F9, D3 and 29. RGB value is (249,211,41). Sum of RGB (Red+Green+Blue) = 249+211+41=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 41 (16.41% from 255 or 8.18% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D329 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D329 is #062CD6. Grayscale: #CBCBCB. Windows color (decimal): -404695 or 2741241. OLE color: 2741241.

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

Color convert

RGB 249 211 41 -
CMYK 0 0.15 0.84 0.02
HSL 49.04º 0.95% 0.57% -
HSV(B) 49.04º 0.84% 0.98% -
XYZ 62.76 66.89 11.7 -
YUV 202.98 36.59 160.82 -
System Red Green Blue C M Y K H S L
Decimal 249 211 41 0 0.15 0.84 0.02 49.04 0.95 0.57
Hex F9 D3 29 0 F 54 2 31 5F 39
Octal 371 323 51 0 17 124 2 61 137 71
Binary 11111001 11010011 101001 0 1111 1010100 10 110001 1011111 111001

Color Harmonies of #F9D329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D329

Black with #F9D329

Text Example


Text Example

White with #F9D329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D329; }

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

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

background-color css

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

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

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

border-color css

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

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

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