Html Css Color HEX #F9D223 Turbo

📋 copy color: '#F9D223'

red 249 ◦ green 210 ◦ blue 35

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

Shades of Turbo #F9D223

Tints of Turbo #F9D223

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.51%

 BLUE value IS 35 (14.06% from 255) = 7.09%

R = 50.4%
G = 42.51%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#F9D223 (or 0xF9D223) is known color: Turbo. HEX triplet: F9, D2 and 23. RGB value is (249,210,35). Sum of RGB (Red+Green+Blue) = 249+210+35=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 35 (14.06% from 255 or 7.09% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D223 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D223 is #062DDC. Grayscale: #CACACA. Windows color (decimal): -404957 or 2347769. OLE color: 2347769.

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

Color convert

RGB 249 210 35 -
CMYK 0 0.16 0.86 0.02
HSL 49.07º 0.95% 0.56% -
HSV(B) 49.07º 0.86% 0.98% -
XYZ 62.42 66.35 11.11 -
YUV 201.71 33.92 161.73 -
System Red Green Blue C M Y K H S L
Decimal 249 210 35 0 0.16 0.86 0.02 49.07 0.95 0.56
Hex F9 D2 23 0 10 56 2 31 5F 38
Octal 371 322 43 0 20 126 2 61 137 70
Binary 11111001 11010010 100011 0 10000 1010110 10 110001 1011111 111000

Color Harmonies of #F9D223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D223

Black with #F9D223

Text Example


Text Example

White with #F9D223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D223; }

 p { color: rgb(249,210,35); }

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

background-color css

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

 a { background-color: rgb(249,210,35); }

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

border-color css

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

 span { border-color: rgb(249,210,35); }

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