Html Css Color HEX #FEBC3C Supernova

📋 copy color: '#FEBC3C'

red 254 ◦ green 188 ◦ blue 60

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

Shades of Supernova #FEBC3C

Tints of Supernova #FEBC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.95%

R = 50.6%
G = 37.45%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FEBC3C (or 0xFEBC3C) is known color: Supernova. HEX triplet: FE, BC and 3C. RGB value is (254,188,60). Sum of RGB (Red+Green+Blue) = 254+188+60=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 60 (23.83% from 255 or 11.95% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBC3C is #0143C3. Grayscale: #C1C1C1. Windows color (decimal): -82884 or 3980542. OLE color: 3980542.

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

Color convert

RGB 254 188 60 -
CMYK 0 0.26 0.76 0.00
HSL 39.59º 0.99% 0.62% -
HSV(B) 39.59º 0.76% 1% -
XYZ 59.67 57.36 12.2 -
YUV 193.14 52.87 171.41 -
System Red Green Blue C M Y K H S L
Decimal 254 188 60 0 0.26 0.76 0.00 39.59 0.99 0.62
Hex FE BC 3C 0 1A 4C 0 28 63 3E
Octal 376 274 74 0 32 114 0 50 143 76
Binary 11111110 10111100 111100 0 11010 1001100 0 101000 1100011 111110

Color Harmonies of #FEBC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBC3C

Black with #FEBC3C

Text Example


Text Example

White with #FEBC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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