Html Css Color HEX #F9D413 Turbo

📋 copy color: '#F9D413'

red 249 ◦ green 212 ◦ blue 19

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

Shades of Turbo #F9D413

Tints of Turbo #F9D413

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.17%

 BLUE value IS 19 (7.81% from 255) = 3.96%

R = 51.88%
G = 44.17%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F9D413 (or 0xF9D413) is known color: Turbo. HEX triplet: F9, D4 and 13. RGB value is (249,212,19). Sum of RGB (Red+Green+Blue) = 249+212+19=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 19 (7.81% from 255 or 3.96% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D413 is #062BEC. Grayscale: #C9C9C9. Windows color (decimal): -404461 or 1299705. OLE color: 1299705.

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

Color convert

RGB 249 212 19 -
CMYK 0 0.15 0.92 0.02
HSL 50.35º 0.95% 0.53% -
HSV(B) 50.35º 0.92% 0.98% -
XYZ 62.73 67.27 10.3 -
YUV 201.06 25.26 162.19 -
System Red Green Blue C M Y K H S L
Decimal 249 212 19 0 0.15 0.92 0.02 50.35 0.95 0.53
Hex F9 D4 13 0 F 5C 2 32 5F 35
Octal 371 324 23 0 17 134 2 62 137 65
Binary 11111001 11010100 10011 0 1111 1011100 10 110010 1011111 110101

Color Harmonies of #F9D413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D413

Black with #F9D413

Text Example


Text Example

White with #F9D413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D413; }

 p { color: rgb(249,212,19); }

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

background-color css

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

 a { background-color: rgb(249,212,19); }

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

border-color css

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

 span { border-color: rgb(249,212,19); }

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