Html Css Color HEX #FEB928 Supernova

📋 copy color: '#FEB928'

red 254 ◦ green 185 ◦ blue 40

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

Shades of Supernova #FEB928

Tints of Supernova #FEB928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.35%

R = 53.03%
G = 38.62%
B = 8.35%

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

#FEB928 (or 0xFEB928) is known color: Supernova. HEX triplet: FE, B9 and 28. RGB value is (254,185,40). Sum of RGB (Red+Green+Blue) = 254+185+40=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 40 (16.02% from 255 or 8.35% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB928 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB928 is #0146D7. Grayscale: #BDBDBD. Windows color (decimal): -83672 or 2669054. OLE color: 2669054.

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

Color convert

RGB 254 185 40 -
CMYK 0 0.27 0.84 0.00
HSL 40.65º 0.99% 0.58% -
HSV(B) 40.65º 0.84% 1% -
XYZ 58.61 55.92 9.71 -
YUV 189.1 43.86 174.29 -
System Red Green Blue C M Y K H S L
Decimal 254 185 40 0 0.27 0.84 0.00 40.65 0.99 0.58
Hex FE B9 28 0 1B 54 0 29 63 3A
Octal 376 271 50 0 33 124 0 51 143 72
Binary 11111110 10111001 101000 0 11011 1010100 0 101001 1100011 111010

Color Harmonies of #FEB928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB928

Black with #FEB928

Text Example


Text Example

White with #FEB928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB928; }

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

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

background-color css

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

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

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

border-color css

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

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

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