Html Css Color HEX #FEBC34 Supernova

📋 copy color: '#FEBC34'

red 254 ◦ green 188 ◦ blue 52

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

Shades of Supernova #FEBC34

Tints of Supernova #FEBC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.53%

R = 51.42%
G = 38.06%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEBC34 (or 0xFEBC34) is known color: Supernova. HEX triplet: FE, BC and 34. RGB value is (254,188,52). Sum of RGB (Red+Green+Blue) = 254+188+52=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 52 (20.70% from 255 or 10.53% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBC34 is #0143CB. Grayscale: #C0C0C0. Windows color (decimal): -82892 or 3456254. OLE color: 3456254.

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

Color convert

RGB 254 188 52 -
CMYK 0 0.26 0.80 0.00
HSL 40.4º 0.99% 0.6% -
HSV(B) 40.4º 0.8% 1% -
XYZ 59.48 57.29 11.17 -
YUV 192.23 48.87 172.06 -
System Red Green Blue C M Y K H S L
Decimal 254 188 52 0 0.26 0.80 0.00 40.4 0.99 0.6
Hex FE BC 34 0 1A 50 0 28 63 3C
Octal 376 274 64 0 32 120 0 50 143 74
Binary 11111110 10111100 110100 0 11010 1010000 0 101000 1100011 111100

Color Harmonies of #FEBC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBC34

Black with #FEBC34

Text Example


Text Example

White with #FEBC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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