Html Css Color HEX #F9D31D Turbo

📋 copy color: '#F9D31D'

red 249 ◦ green 211 ◦ blue 29

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

Shades of Turbo #F9D31D

Tints of Turbo #F9D31D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.93%

R = 50.92%
G = 43.15%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F9D31D (or 0xF9D31D) is known color: Turbo. HEX triplet: F9, D3 and 1D. RGB value is (249,211,29). Sum of RGB (Red+Green+Blue) = 249+211+29=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 29 (11.72% from 255 or 5.93% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D31D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D31D is #062CE2. Grayscale: #CACACA. Windows color (decimal): -404707 or 1954809. OLE color: 1954809.

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

Color convert

RGB 249 211 29 -
CMYK 0 0.15 0.88 0.02
HSL 49.64º 0.95% 0.55% -
HSV(B) 49.64º 0.88% 0.98% -
XYZ 62.58 66.82 10.76 -
YUV 201.61 30.59 161.8 -
System Red Green Blue C M Y K H S L
Decimal 249 211 29 0 0.15 0.88 0.02 49.64 0.95 0.55
Hex F9 D3 1D 0 F 58 2 32 5F 37
Octal 371 323 35 0 17 130 2 62 137 67
Binary 11111001 11010011 11101 0 1111 1011000 10 110010 1011111 110111

Color Harmonies of #F9D31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D31D

Black with #F9D31D

Text Example


Text Example

White with #F9D31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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