Html Css Color HEX #F9AD32 Supernova

📋 copy color: '#F9AD32'

red 249 ◦ green 173 ◦ blue 50

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

Shades of Supernova #F9AD32

Tints of Supernova #F9AD32

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.65%

 BLUE value IS 50 (19.92% from 255) = 10.59%

R = 52.75%
G = 36.65%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F9AD32 (or 0xF9AD32) is known color: Supernova. HEX triplet: F9, AD and 32. RGB value is (249,173,50). Sum of RGB (Red+Green+Blue) = 249+173+50=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 50 (19.92% from 255 or 10.59% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AD32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9AD32 is #0652CD. Grayscale: #B6B6B6. Windows color (decimal): -414414 or 3321337. OLE color: 3321337.

HSL color Cylindrical-coordinate representation of color #F9AD32: hue angle of 37.09º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9AD32 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 173 50 -
CMYK 0 0.31 0.80 0.02
HSL 37.09º 0.94% 0.59% -
HSV(B) 37.09º 0.8% 0.98% -
XYZ 54.59 50.26 9.84 -
YUV 181.7 53.68 176 -
System Red Green Blue C M Y K H S L
Decimal 249 173 50 0 0.31 0.80 0.02 37.09 0.94 0.59
Hex F9 AD 32 0 1F 50 2 25 5E 3B
Octal 371 255 62 0 37 120 2 45 136 73
Binary 11111001 10101101 110010 0 11111 1010000 10 100101 1011110 111011

Color Harmonies of #F9AD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AD32

Black with #F9AD32

Text Example


Text Example

White with #F9AD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AD32; }

 p { color: rgb(249,173,50); }

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

background-color css

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

 a { background-color: rgb(249,173,50); }

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

border-color css

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

 span { border-color: rgb(249,173,50); }

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