Html Css Color HEX #FFAB31 Supernova

📋 copy color: '#FFAB31'

red 255 ◦ green 171 ◦ blue 49

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

Shades of Supernova #FFAB31

Tints of Supernova #FFAB31

RGB

 RED value IS 255 (100% from 255) = 53.68%

 GREEN value IS 171 (67.19% from 255) = 36%

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

R = 53.68%
G = 36%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFAB31 (or 0xFFAB31) is known color: Supernova. HEX triplet: FF, AB and 31. RGB value is (255,171,49). Sum of RGB (Red+Green+Blue) = 255+171+49=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 49 (19.53% from 255 or 10.32% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAB31 is #0054CE. Grayscale: #B6B6B6. Windows color (decimal): -21711 or 3255295. OLE color: 3255295.

HSL color Cylindrical-coordinate representation of color #FFAB31: hue angle of 35.53º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFAB31 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 255 171 49 -
CMYK 0 0.33 0.81 0
HSL 35.53º 1% 0.6% -
HSV(B) 35.53º 0.81% 1% -
XYZ 56.36 50.61 9.7 -
YUV 182.21 52.83 179.92 -
System Red Green Blue C M Y K H S L
Decimal 255 171 49 0 0.33 0.81 0 35.53 1 0.6
Hex FF AB 31 0 21 51 0 24 64 3C
Octal 377 253 61 0 41 121 0 44 144 74
Binary 11111111 10101011 110001 0 100001 1010001 0 100100 1100100 111100

Color Harmonies of #FFAB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAB31

Black with #FFAB31

Text Example


Text Example

White with #FFAB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAB31; }

 p { color: rgb(255,171,49); }

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

background-color css

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

 a { background-color: rgb(255,171,49); }

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

border-color css

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

 span { border-color: rgb(255,171,49); }

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