Html Css Color HEX #FEB125 Supernova

📋 copy color: '#FEB125'

red 254 ◦ green 177 ◦ blue 37

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

Shades of Supernova #FEB125

Tints of Supernova #FEB125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.91%

R = 54.27%
G = 37.82%
B = 7.91%

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

#FEB125 (or 0xFEB125) is known color: Supernova. HEX triplet: FE, B1 and 25. RGB value is (254,177,37). Sum of RGB (Red+Green+Blue) = 254+177+37=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 37 (14.84% from 255 or 7.91% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB125 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB125 is #014EDA. Grayscale: #B8B8B8. Windows color (decimal): -85723 or 2470398. OLE color: 2470398.

HSL color Cylindrical-coordinate representation of color #FEB125: hue angle of 38.71º 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 #FEB125 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 177 37 -
CMYK 0 0.30 0.85 0.00
HSL 38.71º 0.99% 0.57% -
HSV(B) 38.71º 0.85% 1% -
XYZ 56.93 52.65 8.91 -
YUV 184.06 45.01 177.88 -
System Red Green Blue C M Y K H S L
Decimal 254 177 37 0 0.30 0.85 0.00 38.71 0.99 0.57
Hex FE B1 25 0 1E 55 0 27 63 39
Octal 376 261 45 0 36 125 0 47 143 71
Binary 11111110 10110001 100101 0 11110 1010101 0 100111 1100011 111001

Color Harmonies of #FEB125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB125

Black with #FEB125

Text Example


Text Example

White with #FEB125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB125; }

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

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

background-color css

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

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

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

border-color css

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

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

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