Html Css Color HEX #FEBD31 Supernova

📋 copy color: '#FEBD31'

red 254 ◦ green 189 ◦ blue 49

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

Shades of Supernova #FEBD31

Tints of Supernova #FEBD31

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.41%

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

R = 51.63%
G = 38.41%
B = 9.96%

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

#FEBD31 (or 0xFEBD31) is known color: Supernova. HEX triplet: FE, BD and 31. RGB value is (254,189,49). Sum of RGB (Red+Green+Blue) = 254+189+49=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 49 (19.53% from 255 or 9.96% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBD31 is #0142CE. Grayscale: #C1C1C1. Windows color (decimal): -82639 or 3259902. OLE color: 3259902.

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

Color convert

RGB 254 189 49 -
CMYK 0 0.26 0.81 0.00
HSL 40.98º 0.99% 0.59% -
HSV(B) 40.98º 0.81% 1% -
XYZ 59.63 57.69 10.9 -
YUV 192.48 47.03 171.88 -
System Red Green Blue C M Y K H S L
Decimal 254 189 49 0 0.26 0.81 0.00 40.98 0.99 0.59
Hex FE BD 31 0 1A 51 0 29 63 3B
Octal 376 275 61 0 32 121 0 51 143 73
Binary 11111110 10111101 110001 0 11010 1010001 0 101001 1100011 111011

Color Harmonies of #FEBD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBD31

Black with #FEBD31

Text Example


Text Example

White with #FEBD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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