Html Css Color HEX #F9DC20 Turbo

📋 copy color: '#F9DC20'

red 249 ◦ green 220 ◦ blue 32

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

Shades of Turbo #F9DC20

Tints of Turbo #F9DC20

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.91%

 BLUE value IS 32 (12.89% from 255) = 6.39%

R = 49.7%
G = 43.91%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#F9DC20 (or 0xF9DC20) is known color: Turbo. HEX triplet: F9, DC and 20. RGB value is (249,220,32). Sum of RGB (Red+Green+Blue) = 249+220+32=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 32 (12.89% from 255 or 6.39% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DC20 is #0623DF. Grayscale: #D0D0D0. Windows color (decimal): -402400 or 2153721. OLE color: 2153721.

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

Color convert

RGB 249 220 32 -
CMYK 0 0.12 0.87 0.02
HSL 51.98º 0.95% 0.55% -
HSV(B) 51.98º 0.87% 0.98% -
XYZ 64.92 71.43 11.73 -
YUV 207.24 29.11 157.79 -
System Red Green Blue C M Y K H S L
Decimal 249 220 32 0 0.12 0.87 0.02 51.98 0.95 0.55
Hex F9 DC 20 0 C 57 2 34 5F 37
Octal 371 334 40 0 14 127 2 64 137 67
Binary 11111001 11011100 100000 0 1100 1010111 10 110100 1011111 110111

Color Harmonies of #F9DC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DC20

Black with #F9DC20

Text Example


Text Example

White with #F9DC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DC20; }

 p { color: rgb(249,220,32); }

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

background-color css

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

 a { background-color: rgb(249,220,32); }

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

border-color css

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

 span { border-color: rgb(249,220,32); }

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