Html Css Color HEX #FFAB2F Supernova

📋 copy color: '#FFAB2F'

red 255 ◦ green 171 ◦ blue 47

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

Shades of Supernova #FFAB2F

Tints of Supernova #FFAB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.94%

R = 53.91%
G = 36.15%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFAB2F (or 0xFFAB2F) is known color: Supernova. HEX triplet: FF, AB and 2F. RGB value is (255,171,47). Sum of RGB (Red+Green+Blue) = 255+171+47=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 47 (18.75% from 255 or 9.94% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAB2F is #0054D0. Grayscale: #B6B6B6. Windows color (decimal): -21713 or 3124223. OLE color: 3124223.

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

Color convert

RGB 255 171 47 -
CMYK 0 0.33 0.82 0
HSL 35.77º 1% 0.59% -
HSV(B) 35.77º 0.82% 1% -
XYZ 56.32 50.59 9.49 -
YUV 181.98 51.83 180.08 -
System Red Green Blue C M Y K H S L
Decimal 255 171 47 0 0.33 0.82 0 35.77 1 0.59
Hex FF AB 2F 0 21 52 0 24 64 3B
Octal 377 253 57 0 41 122 0 44 144 73
Binary 11111111 10101011 101111 0 100001 1010010 0 100100 1100100 111011

Color Harmonies of #FFAB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAB2F

Black with #FFAB2F

Text Example


Text Example

White with #FFAB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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