Html Css Color HEX #FEB941 Supernova

📋 copy color: '#FEB941'

red 254 ◦ green 185 ◦ blue 65

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

Shades of Supernova #FEB941

Tints of Supernova #FEB941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.9%

R = 50.4%
G = 36.71%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEB941 (or 0xFEB941) is known color: Supernova. HEX triplet: FE, B9 and 41. RGB value is (254,185,65). Sum of RGB (Red+Green+Blue) = 254+185+65=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 65 (25.78% from 255 or 12.90% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB941 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB941 is #0146BE. Grayscale: #C0C0C0. Windows color (decimal): -83647 or 4307454. OLE color: 4307454.

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

Color convert

RGB 254 185 65 -
CMYK 0 0.27 0.74 0.00
HSL 38.1º 0.99% 0.63% -
HSV(B) 38.1º 0.74% 1% -
XYZ 59.18 56.15 12.72 -
YUV 191.95 56.36 172.26 -
System Red Green Blue C M Y K H S L
Decimal 254 185 65 0 0.27 0.74 0.00 38.1 0.99 0.63
Hex FE B9 41 0 1B 4A 0 26 63 3F
Octal 376 271 101 0 33 112 0 46 143 77
Binary 11111110 10111001 1000001 0 11011 1001010 0 100110 1100011 111111

Color Harmonies of #FEB941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB941

Black with #FEB941

Text Example


Text Example

White with #FEB941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB941; }

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

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

background-color css

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

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

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

border-color css

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

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

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