Html Css Color HEX #FEB531 Supernova

📋 copy color: '#FEB531'

red 254 ◦ green 181 ◦ blue 49

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

Shades of Supernova #FEB531

Tints of Supernova #FEB531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.12%

R = 52.48%
G = 37.4%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEB531 (or 0xFEB531) is known color: Supernova. HEX triplet: FE, B5 and 31. RGB value is (254,181,49). Sum of RGB (Red+Green+Blue) = 254+181+49=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 49 (19.53% from 255 or 10.12% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB531 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB531 is #014ACE. Grayscale: #BCBCBC. Windows color (decimal): -84687 or 3257854. OLE color: 3257854.

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

Color convert

RGB 254 181 49 -
CMYK 0 0.29 0.81 0.00
HSL 38.63º 0.99% 0.59% -
HSV(B) 38.63º 0.81% 1% -
XYZ 57.95 54.34 10.34 -
YUV 187.78 49.68 175.23 -
System Red Green Blue C M Y K H S L
Decimal 254 181 49 0 0.29 0.81 0.00 38.63 0.99 0.59
Hex FE B5 31 0 1D 51 0 27 63 3B
Octal 376 265 61 0 35 121 0 47 143 73
Binary 11111110 10110101 110001 0 11101 1010001 0 100111 1100011 111011

Color Harmonies of #FEB531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB531

Black with #FEB531

Text Example


Text Example

White with #FEB531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB531; }

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

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

background-color css

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

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

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

border-color css

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

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

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