Html Css Color HEX #FEB53F Supernova

📋 copy color: '#FEB53F'

red 254 ◦ green 181 ◦ blue 63

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

Shades of Supernova #FEB53F

Tints of Supernova #FEB53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.65%

R = 51%
G = 36.35%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FEB53F (or 0xFEB53F) is known color: Supernova. HEX triplet: FE, B5 and 3F. RGB value is (254,181,63). Sum of RGB (Red+Green+Blue) = 254+181+63=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 63 (25% from 255 or 12.65% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB53F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB53F is #014AC0. Grayscale: #BDBDBD. Windows color (decimal): -84673 or 4175358. OLE color: 4175358.

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

Color convert

RGB 254 181 63 -
CMYK 0 0.29 0.75 0.00
HSL 37.07º 0.99% 0.62% -
HSV(B) 37.07º 0.75% 1% -
XYZ 58.29 54.48 12.15 -
YUV 189.38 56.68 174.09 -
System Red Green Blue C M Y K H S L
Decimal 254 181 63 0 0.29 0.75 0.00 37.07 0.99 0.62
Hex FE B5 3F 0 1D 4B 0 25 63 3E
Octal 376 265 77 0 35 113 0 45 143 76
Binary 11111110 10110101 111111 0 11101 1001011 0 100101 1100011 111110

Color Harmonies of #FEB53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB53F

Black with #FEB53F

Text Example


Text Example

White with #FEB53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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