Html Css Color HEX #FFAB32 Supernova

📋 copy color: '#FFAB32'

red 255 ◦ green 171 ◦ blue 50

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

Shades of Supernova #FFAB32

Tints of Supernova #FFAB32

RGB

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

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

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

R = 53.57%
G = 35.92%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FFAB32 (or 0xFFAB32) is known color: Supernova. HEX triplet: FF, AB and 32. RGB value is (255,171,50). Sum of RGB (Red+Green+Blue) = 255+171+50=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 50 (19.92% from 255 or 10.50% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAB32 is #0054CD. Grayscale: #B6B6B6. Windows color (decimal): -21710 or 3320831. OLE color: 3320831.

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

Color convert

RGB 255 171 50 -
CMYK 0 0.33 0.80 0
HSL 35.41º 1% 0.6% -
HSV(B) 35.41º 0.8% 1% -
XYZ 56.38 50.62 9.82 -
YUV 182.32 53.33 179.84 -
System Red Green Blue C M Y K H S L
Decimal 255 171 50 0 0.33 0.80 0 35.41 1 0.6
Hex FF AB 32 0 21 50 0 23 64 3C
Octal 377 253 62 0 41 120 0 43 144 74
Binary 11111111 10101011 110010 0 100001 1010000 0 100011 1100100 111100

Color Harmonies of #FFAB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAB32

Black with #FFAB32

Text Example


Text Example

White with #FFAB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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