Html Css Color HEX #F9D313 Turbo

📋 copy color: '#F9D313'

red 249 ◦ green 211 ◦ blue 19

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

Shades of Turbo #F9D313

Tints of Turbo #F9D313

RGB

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

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

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

R = 51.98%
G = 44.05%
B = 3.97%

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

#F9D313 (or 0xF9D313) is known color: Turbo. HEX triplet: F9, D3 and 13. RGB value is (249,211,19). Sum of RGB (Red+Green+Blue) = 249+211+19=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 211 (82.81% from 255 or 44.05% from 479); Blue value is 19 (7.81% from 255 or 3.97% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D313 is #062CEC. Grayscale: #C9C9C9. Windows color (decimal): -404717 or 1299449. OLE color: 1299449.

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

Color convert

RGB 249 211 19 -
CMYK 0 0.15 0.92 0.02
HSL 50.09º 0.95% 0.53% -
HSV(B) 50.09º 0.92% 0.98% -
XYZ 62.48 66.78 10.21 -
YUV 200.47 25.59 162.61 -
System Red Green Blue C M Y K H S L
Decimal 249 211 19 0 0.15 0.92 0.02 50.09 0.95 0.53
Hex F9 D3 13 0 F 5C 2 32 5F 35
Octal 371 323 23 0 17 134 2 62 137 65
Binary 11111001 11010011 10011 0 1111 1011100 10 110010 1011111 110101

Color Harmonies of #F9D313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D313

Black with #F9D313

Text Example


Text Example

White with #F9D313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D313; }

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

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

background-color css

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

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

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

border-color css

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

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

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