Html Css Color HEX #FEB126 Supernova

📋 copy color: '#FEB126'

red 254 ◦ green 177 ◦ blue 38

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

Shades of Supernova #FEB126

Tints of Supernova #FEB126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.1%

R = 54.16%
G = 37.74%
B = 8.1%

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

#FEB126 (or 0xFEB126) is known color: Supernova. HEX triplet: FE, B1 and 26. RGB value is (254,177,38). Sum of RGB (Red+Green+Blue) = 254+177+38=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 38 (15.23% from 255 or 8.10% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB126 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB126 is #014ED9. Grayscale: #B8B8B8. Windows color (decimal): -85722 or 2535934. OLE color: 2535934.

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

Color convert

RGB 254 177 38 -
CMYK 0 0.30 0.85 0.00
HSL 38.61º 0.99% 0.57% -
HSV(B) 38.61º 0.85% 1% -
XYZ 56.95 52.66 9 -
YUV 184.18 45.51 177.8 -
System Red Green Blue C M Y K H S L
Decimal 254 177 38 0 0.30 0.85 0.00 38.61 0.99 0.57
Hex FE B1 26 0 1E 55 0 27 63 39
Octal 376 261 46 0 36 125 0 47 143 71
Binary 11111110 10110001 100110 0 11110 1010101 0 100111 1100011 111001

Color Harmonies of #FEB126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB126

Black with #FEB126

Text Example


Text Example

White with #FEB126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB126; }

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

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

background-color css

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

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

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

border-color css

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

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

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