Html Css Color HEX #FEB931 Supernova

📋 copy color: '#FEB931'

red 254 ◦ green 185 ◦ blue 49

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

Shades of Supernova #FEB931

Tints of Supernova #FEB931

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.91%

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

R = 52.05%
G = 37.91%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEB931 (or 0xFEB931) is known color: Supernova. HEX triplet: FE, B9 and 31. RGB value is (254,185,49). Sum of RGB (Red+Green+Blue) = 254+185+49=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 49 (19.53% from 255 or 10.04% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB931 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB931 is #0146CE. Grayscale: #BEBEBE. Windows color (decimal): -83663 or 3258878. OLE color: 3258878.

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

Color convert

RGB 254 185 49 -
CMYK 0 0.27 0.81 0.00
HSL 39.8º 0.99% 0.59% -
HSV(B) 39.8º 0.81% 1% -
XYZ 58.78 55.99 10.62 -
YUV 190.13 48.36 173.56 -
System Red Green Blue C M Y K H S L
Decimal 254 185 49 0 0.27 0.81 0.00 39.8 0.99 0.59
Hex FE B9 31 0 1B 51 0 28 63 3B
Octal 376 271 61 0 33 121 0 50 143 73
Binary 11111110 10111001 110001 0 11011 1010001 0 101000 1100011 111011

Color Harmonies of #FEB931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB931

Black with #FEB931

Text Example


Text Example

White with #FEB931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB931; }

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

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

background-color css

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

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

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

border-color css

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

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

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