Html Css Color HEX #FEB12C Supernova

📋 copy color: '#FEB12C'

red 254 ◦ green 177 ◦ blue 44

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

Shades of Supernova #FEB12C

Tints of Supernova #FEB12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.26%

R = 53.47%
G = 37.26%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEB12C (or 0xFEB12C) is known color: Supernova. HEX triplet: FE, B1 and 2C. RGB value is (254,177,44). Sum of RGB (Red+Green+Blue) = 254+177+44=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 44 (17.58% from 255 or 9.26% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB12C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB12C is #014ED3. Grayscale: #B9B9B9. Windows color (decimal): -85716 or 2929150. OLE color: 2929150.

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

Color convert

RGB 254 177 44 -
CMYK 0 0.30 0.83 0.00
HSL 38º 0.99% 0.58% -
HSV(B) 38º 0.83% 1% -
XYZ 57.05 52.7 9.55 -
YUV 184.86 48.51 177.31 -
System Red Green Blue C M Y K H S L
Decimal 254 177 44 0 0.30 0.83 0.00 38 0.99 0.58
Hex FE B1 2C 0 1E 53 0 26 63 3A
Octal 376 261 54 0 36 123 0 46 143 72
Binary 11111110 10110001 101100 0 11110 1010011 0 100110 1100011 111010

Color Harmonies of #FEB12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB12C

Black with #FEB12C

Text Example


Text Example

White with #FEB12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB12C; }

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

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

background-color css

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

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

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

border-color css

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

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

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