Html Css Color HEX #F9D314 Turbo

📋 copy color: '#F9D314'

red 249 ◦ green 211 ◦ blue 20

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

Shades of Turbo #F9D314

Tints of Turbo #F9D314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.17%

R = 51.88%
G = 43.96%
B = 4.17%

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

#F9D314 (or 0xF9D314) is known color: Turbo. HEX triplet: F9, D3 and 14. RGB value is (249,211,20). Sum of RGB (Red+Green+Blue) = 249+211+20=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 211 (82.81% from 255 or 43.96% from 480); Blue value is 20 (8.20% from 255 or 4.17% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9D314 is #062CEB. Grayscale: #C9C9C9. Windows color (decimal): -404716 or 1364985. OLE color: 1364985.

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

Color convert

RGB 249 211 20 -
CMYK 0 0.15 0.92 0.02
HSL 50.04º 0.95% 0.53% -
HSV(B) 50.04º 0.92% 0.98% -
XYZ 62.49 66.78 10.26 -
YUV 200.59 26.09 162.53 -
System Red Green Blue C M Y K H S L
Decimal 249 211 20 0 0.15 0.92 0.02 50.04 0.95 0.53
Hex F9 D3 14 0 F 5C 2 32 5F 35
Octal 371 323 24 0 17 134 2 62 137 65
Binary 11111001 11010011 10100 0 1111 1011100 10 110010 1011111 110101

Color Harmonies of #F9D314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D314

Black with #F9D314

Text Example


Text Example

White with #F9D314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D314; }

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

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

background-color css

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

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

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

border-color css

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

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

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