#FFBB40

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

Shades of Supernova #FFBB40

Tints of Supernova #FFBB40

Color information

#FFBB40 (or 0xFFBB40) is unknown color: approx Supernova. HEX triplet: FF, BB and 40. RGB value is (255,187,64). Sum of RGB (Red+Green+Blue) = 255+187+64=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 64 (25.39% from 255 or 12.65% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBB40 is #0044BF. Grayscale: #C1C1C1. Windows color (decimal): -17600 or 4242431. OLE color: 4242431.

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

Color convert

RGB25518764-
CMYK00.270.750
HSL38.64º100%62.55%-
HSV(B)38.64º74.9%100%-
XYZ59.9457.1712.73-
YUV193.3155.03172-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.40%
GREEN value IS 187 (73.44% from 255) = 36.96%
BLUE value IS 64 (25.39% from 255) = 12.65%
R=50.40%
G=36.96%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551876400.270.75038.6410062.55
HexFFBB4001B4B027643f
Octal37727310003311304714477
Binary11111111101110111000000011011100101101001111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBB40; }

 p { color: rgb(255,187,64); }

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

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

 a { background-color: rgb(255,187,64); }

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

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

 span { border-color: rgb(255,187,64); }

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