Html Css Color HEX #FEB02C Supernova

📋 copy color: '#FEB02C'

red 254 ◦ green 176 ◦ blue 44

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

Shades of Supernova #FEB02C

Tints of Supernova #FEB02C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.13%

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

R = 53.59%
G = 37.13%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEB02C (or 0xFEB02C) is known color: Supernova. HEX triplet: FE, B0 and 2C. RGB value is (254,176,44). Sum of RGB (Red+Green+Blue) = 254+176+44=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 44 (17.58% from 255 or 9.28% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB02C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB02C is #014FD3. Grayscale: #B8B8B8. Windows color (decimal): -85972 or 2928894. OLE color: 2928894.

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

Color convert

RGB 254 176 44 -
CMYK 0 0.31 0.83 0.00
HSL 37.71º 0.99% 0.58% -
HSV(B) 37.71º 0.83% 1% -
XYZ 56.85 52.3 9.48 -
YUV 184.27 48.84 177.73 -
System Red Green Blue C M Y K H S L
Decimal 254 176 44 0 0.31 0.83 0.00 37.71 0.99 0.58
Hex FE B0 2C 0 1F 53 0 26 63 3A
Octal 376 260 54 0 37 123 0 46 143 72
Binary 11111110 10110000 101100 0 11111 1010011 0 100110 1100011 111010

Color Harmonies of #FEB02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB02C

Black with #FEB02C

Text Example


Text Example

White with #FEB02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB02C; }

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

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

background-color css

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

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

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

border-color css

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

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

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