Html Css Color HEX #FEBC32 Supernova

📋 copy color: '#FEBC32'

red 254 ◦ green 188 ◦ blue 50

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

Shades of Supernova #FEBC32

Tints of Supernova #FEBC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.16%

R = 51.63%
G = 38.21%
B = 10.16%

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

#FEBC32 (or 0xFEBC32) is known color: Supernova. HEX triplet: FE, BC and 32. RGB value is (254,188,50). Sum of RGB (Red+Green+Blue) = 254+188+50=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 50 (19.92% from 255 or 10.16% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBC32 is #0143CD. Grayscale: #C0C0C0. Windows color (decimal): -82894 or 3325182. OLE color: 3325182.

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

Color convert

RGB 254 188 50 -
CMYK 0 0.26 0.80 0.00
HSL 40.59º 0.99% 0.6% -
HSV(B) 40.59º 0.8% 1% -
XYZ 59.43 57.27 10.94 -
YUV 192 47.87 172.22 -
System Red Green Blue C M Y K H S L
Decimal 254 188 50 0 0.26 0.80 0.00 40.59 0.99 0.6
Hex FE BC 32 0 1A 50 0 29 63 3C
Octal 376 274 62 0 32 120 0 51 143 74
Binary 11111110 10111100 110010 0 11010 1010000 0 101001 1100011 111100

Color Harmonies of #FEBC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBC32

Black with #FEBC32

Text Example


Text Example

White with #FEBC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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