#FFB941

Color #FFB941 Supernova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Supernova #FFB941

Tints of Supernova #FFB941

Color information

#FFB941 (or 0xFFB941) is unknown color: approx Supernova. HEX triplet: FF, B9 and 41. RGB value is (255,185,65). Sum of RGB (Red+Green+Blue) = 255+185+65=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 65 (25.78% from 255 or 12.87% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB941 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB941 is #0046BE. Grayscale: #C0C0C0. Windows color (decimal): -18111 or 4307455. OLE color: 4307455.

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

Color convert

RGB25518565-
CMYK00.270.750
HSL37.89º100%62.75%-
HSV(B)37.89º74.51%100%-
XYZ59.5456.3412.74-
YUV192.2556.19172.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.50%
GREEN value IS 185 (72.66% from 255) = 36.63%
BLUE value IS 65 (25.78% from 255) = 12.87%
R=50.50%
G=36.63%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551856500.270.75037.8910062.75
HexFFB94101B4B026643f
Octal37727110103311304614477
Binary11111111101110011000001011011100101101001101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB941; }

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

 H1.HeaderClassName
 {
   color: #FFB941;
 }
 .AnyTagClassName
 {
   color: #FFB941;
 }
</style>
background-color css

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

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

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

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

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

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