#FFB330

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

Shades of Supernova #FFB330

Tints of Supernova #FFB330

Color information

#FFB330 (or 0xFFB330) is unknown color: approx Supernova. HEX triplet: FF, B3 and 30. RGB value is (255,179,48). Sum of RGB (Red+Green+Blue) = 255+179+48=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 48 (19.14% from 255 or 9.96% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB330 is #004CCF. Grayscale: #BBBBBB. Windows color (decimal): -19664 or 3191807. OLE color: 3191807.

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

Color convert

RGB25517948-
CMYK00.300.810
HSL37.97º100%59.41%-
HSV(B)37.97º81.18%100%-
XYZ57.8953.7110.11-
YUV186.7949.68176.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.90%
GREEN value IS 179 (70.31% from 255) = 37.14%
BLUE value IS 48 (19.14% from 255) = 9.96%
R=52.90%
G=37.14%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.81
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551794800.300.81037.9710059.41
HexFFB33001E51026643b
Octal3772636003612104614473
Binary1111111110110011110000011110101000101001101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB330; }

 p { color: rgb(255,179,48); }

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

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

 a { background-color: rgb(255,179,48); }

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

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

 span { border-color: rgb(255,179,48); }

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