Html Css Color HEX #FEBC30 Supernova

📋 copy color: '#FEBC30'

red 254 ◦ green 188 ◦ blue 48

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

Shades of Supernova #FEBC30

Tints of Supernova #FEBC30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.8%

R = 51.84%
G = 38.37%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEBC30 (or 0xFEBC30) is known color: Supernova. HEX triplet: FE, BC and 30. RGB value is (254,188,48). Sum of RGB (Red+Green+Blue) = 254+188+48=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 48 (19.14% from 255 or 9.80% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBC30 is #0143CF. Grayscale: #C0C0C0. Windows color (decimal): -82896 or 3194110. OLE color: 3194110.

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

Color convert

RGB 254 188 48 -
CMYK 0 0.26 0.81 0.00
HSL 40.78º 0.99% 0.59% -
HSV(B) 40.78º 0.81% 1% -
XYZ 59.39 57.25 10.72 -
YUV 191.77 46.87 172.38 -
System Red Green Blue C M Y K H S L
Decimal 254 188 48 0 0.26 0.81 0.00 40.78 0.99 0.59
Hex FE BC 30 0 1A 51 0 29 63 3B
Octal 376 274 60 0 32 121 0 51 143 73
Binary 11111110 10111100 110000 0 11010 1010001 0 101001 1100011 111011

Color Harmonies of #FEBC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBC30

Black with #FEBC30

Text Example


Text Example

White with #FEBC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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