Html Css Color HEX #FEBA29 Supernova

📋 copy color: '#FEBA29'

red 254 ◦ green 186 ◦ blue 41

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

Shades of Supernova #FEBA29

Tints of Supernova #FEBA29

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.67%

 BLUE value IS 41 (16.41% from 255) = 8.52%

R = 52.81%
G = 38.67%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FEBA29 (or 0xFEBA29) is known color: Supernova. HEX triplet: FE, BA and 29. RGB value is (254,186,41). Sum of RGB (Red+Green+Blue) = 254+186+41=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 41 (16.41% from 255 or 8.52% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA29 is #0145D6. Grayscale: #BEBEBE. Windows color (decimal): -83415 or 2734846. OLE color: 2734846.

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

Color convert

RGB 254 186 41 -
CMYK 0 0.27 0.84 0.00
HSL 40.85º 0.99% 0.58% -
HSV(B) 40.85º 0.84% 1% -
XYZ 58.83 56.35 9.87 -
YUV 189.8 44.03 173.79 -
System Red Green Blue C M Y K H S L
Decimal 254 186 41 0 0.27 0.84 0.00 40.85 0.99 0.58
Hex FE BA 29 0 1B 54 0 29 63 3A
Octal 376 272 51 0 33 124 0 51 143 72
Binary 11111110 10111010 101001 0 11011 1010100 0 101001 1100011 111010

Color Harmonies of #FEBA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBA29

Black with #FEBA29

Text Example


Text Example

White with #FEBA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBA29; }

 p { color: rgb(254,186,41); }

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

background-color css

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

 a { background-color: rgb(254,186,41); }

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

border-color css

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

 span { border-color: rgb(254,186,41); }

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