Html Css Color HEX #FEB53A Supernova

📋 copy color: '#FEB53A'

red 254 ◦ green 181 ◦ blue 58

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

Shades of Supernova #FEB53A

Tints of Supernova #FEB53A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.71%

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

R = 51.52%
G = 36.71%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FEB53A (or 0xFEB53A) is known color: Supernova. HEX triplet: FE, B5 and 3A. RGB value is (254,181,58). Sum of RGB (Red+Green+Blue) = 254+181+58=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 58 (23.05% from 255 or 11.76% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB53A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB53A is #014AC5. Grayscale: #BDBDBD. Windows color (decimal): -84678 or 3847678. OLE color: 3847678.

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

Color convert

RGB 254 181 58 -
CMYK 0 0.29 0.77 0.00
HSL 37.65º 0.99% 0.61% -
HSV(B) 37.65º 0.77% 1% -
XYZ 58.16 54.42 11.44 -
YUV 188.81 54.18 174.5 -
System Red Green Blue C M Y K H S L
Decimal 254 181 58 0 0.29 0.77 0.00 37.65 0.99 0.61
Hex FE B5 3A 0 1D 4D 0 26 63 3D
Octal 376 265 72 0 35 115 0 46 143 75
Binary 11111110 10110101 111010 0 11101 1001101 0 100110 1100011 111101

Color Harmonies of #FEB53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB53A

Black with #FEB53A

Text Example


Text Example

White with #FEB53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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