Html Css Color HEX #F9AD31 Supernova

📋 copy color: '#F9AD31'

red 249 ◦ green 173 ◦ blue 49

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

Shades of Supernova #F9AD31

Tints of Supernova #F9AD31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.4%

R = 52.87%
G = 36.73%
B = 10.4%

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

#F9AD31 (or 0xF9AD31) is known color: Supernova. HEX triplet: F9, AD and 31. RGB value is (249,173,49). Sum of RGB (Red+Green+Blue) = 249+173+49=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 49 (19.53% from 255 or 10.40% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AD31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9AD31 is #0652CE. Grayscale: #B6B6B6. Windows color (decimal): -414415 or 3255801. OLE color: 3255801.

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

Color convert

RGB 249 173 49 -
CMYK 0 0.31 0.80 0.02
HSL 37.2º 0.94% 0.58% -
HSV(B) 37.2º 0.8% 0.98% -
XYZ 54.56 50.25 9.73 -
YUV 181.59 53.18 176.08 -
System Red Green Blue C M Y K H S L
Decimal 249 173 49 0 0.31 0.80 0.02 37.2 0.94 0.58
Hex F9 AD 31 0 1F 50 2 25 5E 3A
Octal 371 255 61 0 37 120 2 45 136 72
Binary 11111001 10101101 110001 0 11111 1010000 10 100101 1011110 111010

Color Harmonies of #F9AD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AD31

Black with #F9AD31

Text Example


Text Example

White with #F9AD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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