Html Css Color HEX #FEBC3A Supernova

📋 copy color: '#FEBC3A'

red 254 ◦ green 188 ◦ blue 58

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

Shades of Supernova #FEBC3A

Tints of Supernova #FEBC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.6%

R = 50.8%
G = 37.6%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FEBC3A (or 0xFEBC3A) is known color: Supernova. HEX triplet: FE, BC and 3A. RGB value is (254,188,58). Sum of RGB (Red+Green+Blue) = 254+188+58=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 58 (23.05% from 255 or 11.6% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBC3A is #0143C5. Grayscale: #C1C1C1. Windows color (decimal): -82886 or 3849470. OLE color: 3849470.

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

Color convert

RGB 254 188 58 -
CMYK 0 0.26 0.77 0.00
HSL 39.8º 0.99% 0.61% -
HSV(B) 39.8º 0.77% 1% -
XYZ 59.62 57.34 11.93 -
YUV 192.91 51.87 171.57 -
System Red Green Blue C M Y K H S L
Decimal 254 188 58 0 0.26 0.77 0.00 39.8 0.99 0.61
Hex FE BC 3A 0 1A 4D 0 28 63 3D
Octal 376 274 72 0 32 115 0 50 143 75
Binary 11111110 10111100 111010 0 11010 1001101 0 101000 1100011 111101

Color Harmonies of #FEBC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBC3A

Black with #FEBC3A

Text Example


Text Example

White with #FEBC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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