Html Css Color HEX #FEAB2F Supernova

📋 copy color: '#FEAB2F'

red 254 ◦ green 171 ◦ blue 47

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

Shades of Supernova #FEAB2F

Tints of Supernova #FEAB2F

RGB

 RED value IS 254 (99.61% from 255) = 53.81%

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

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

R = 53.81%
G = 36.23%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEAB2F (or 0xFEAB2F) is known color: Supernova. HEX triplet: FE, AB and 2F. RGB value is (254,171,47). Sum of RGB (Red+Green+Blue) = 254+171+47=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 47 (18.75% from 255 or 9.96% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAB2F is #0154D0. Grayscale: #B6B6B6. Windows color (decimal): -87249 or 3124222. OLE color: 3124222.

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

Color convert

RGB 254 171 47 -
CMYK 0 0.33 0.81 0.00
HSL 35.94º 0.99% 0.59% -
HSV(B) 35.94º 0.81% 1% -
XYZ 55.95 50.4 9.47 -
YUV 181.68 52 179.58 -
System Red Green Blue C M Y K H S L
Decimal 254 171 47 0 0.33 0.81 0.00 35.94 0.99 0.59
Hex FE AB 2F 0 21 51 0 24 63 3B
Octal 376 253 57 0 41 121 0 44 143 73
Binary 11111110 10101011 101111 0 100001 1010001 0 100100 1100011 111011

Color Harmonies of #FEAB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAB2F

Black with #FEAB2F

Text Example


Text Example

White with #FEAB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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