Html Css Color HEX #FEB929 Supernova

📋 copy color: '#FEB929'

red 254 ◦ green 185 ◦ blue 41

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

Shades of Supernova #FEB929

Tints of Supernova #FEB929

RGB

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

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

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

R = 52.92%
G = 38.54%
B = 8.54%

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

#FEB929 (or 0xFEB929) is known color: Supernova. HEX triplet: FE, B9 and 29. RGB value is (254,185,41). Sum of RGB (Red+Green+Blue) = 254+185+41=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 41 (16.41% from 255 or 8.54% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB929 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB929 is #0146D6. Grayscale: #BDBDBD. Windows color (decimal): -83671 or 2734590. OLE color: 2734590.

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

Color convert

RGB 254 185 41 -
CMYK 0 0.27 0.84 0.00
HSL 40.56º 0.99% 0.58% -
HSV(B) 40.56º 0.84% 1% -
XYZ 58.62 55.93 9.8 -
YUV 189.22 44.36 174.21 -
System Red Green Blue C M Y K H S L
Decimal 254 185 41 0 0.27 0.84 0.00 40.56 0.99 0.58
Hex FE B9 29 0 1B 54 0 29 63 3A
Octal 376 271 51 0 33 124 0 51 143 72
Binary 11111110 10111001 101001 0 11011 1010100 0 101001 1100011 111010

Color Harmonies of #FEB929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB929

Black with #FEB929

Text Example


Text Example

White with #FEB929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB929; }

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

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

background-color css

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

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

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

border-color css

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

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

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