Html Css Color HEX #FEBC40 Supernova

📋 copy color: '#FEBC40'

red 254 ◦ green 188 ◦ blue 64

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

Shades of Supernova #FEBC40

Tints of Supernova #FEBC40

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.15%

 BLUE value IS 64 (25.39% from 255) = 12.65%

R = 50.2%
G = 37.15%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FEBC40 (or 0xFEBC40) is known color: Supernova. HEX triplet: FE, BC and 40. RGB value is (254,188,64). Sum of RGB (Red+Green+Blue) = 254+188+64=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 64 (25.39% from 255 or 12.65% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBC40 is #0143BF. Grayscale: #C2C2C2. Windows color (decimal): -82880 or 4242686. OLE color: 4242686.

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

Color convert

RGB 254 188 64 -
CMYK 0 0.26 0.75 0.00
HSL 39.16º 0.99% 0.62% -
HSV(B) 39.16º 0.75% 1% -
XYZ 59.78 57.41 12.78 -
YUV 193.6 54.87 171.08 -
System Red Green Blue C M Y K H S L
Decimal 254 188 64 0 0.26 0.75 0.00 39.16 0.99 0.62
Hex FE BC 40 0 1A 4B 0 27 63 3E
Octal 376 274 100 0 32 113 0 47 143 76
Binary 11111110 10111100 1000000 0 11010 1001011 0 100111 1100011 111110

Color Harmonies of #FEBC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBC40

Black with #FEBC40

Text Example


Text Example

White with #FEBC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBC40; }

 p { color: rgb(254,188,64); }

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

background-color css

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

 a { background-color: rgb(254,188,64); }

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

border-color css

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

 span { border-color: rgb(254,188,64); }

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