Html Css Color HEX #FEB127 Supernova

📋 copy color: '#FEB127'

red 254 ◦ green 177 ◦ blue 39

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

Shades of Supernova #FEB127

Tints of Supernova #FEB127

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.66%

 BLUE value IS 39 (15.63% from 255) = 8.3%

R = 54.04%
G = 37.66%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEB127 (or 0xFEB127) is known color: Supernova. HEX triplet: FE, B1 and 27. RGB value is (254,177,39). Sum of RGB (Red+Green+Blue) = 254+177+39=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 39 (15.62% from 255 or 8.30% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB127 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB127 is #014ED8. Grayscale: #B8B8B8. Windows color (decimal): -85721 or 2601470. OLE color: 2601470.

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

Color convert

RGB 254 177 39 -
CMYK 0 0.30 0.85 0.00
HSL 38.51º 0.99% 0.57% -
HSV(B) 38.51º 0.85% 1% -
XYZ 56.96 52.66 9.08 -
YUV 184.29 46.01 177.72 -
System Red Green Blue C M Y K H S L
Decimal 254 177 39 0 0.30 0.85 0.00 38.51 0.99 0.57
Hex FE B1 27 0 1E 55 0 27 63 39
Octal 376 261 47 0 36 125 0 47 143 71
Binary 11111110 10110001 100111 0 11110 1010101 0 100111 1100011 111001

Color Harmonies of #FEB127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB127

Black with #FEB127

Text Example


Text Example

White with #FEB127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB127; }

 p { color: rgb(254,177,39); }

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

background-color css

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

 a { background-color: rgb(254,177,39); }

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

border-color css

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

 span { border-color: rgb(254,177,39); }

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