#F6B53F

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

Shades of Supernova #F6B53F

Tints of Supernova #F6B53F

Color information

#F6B53F (or 0xF6B53F) is unknown color: approx Supernova. HEX triplet: F6, B5 and 3F. RGB value is (246,181,63). Sum of RGB (Red+Green+Blue) = 246+181+63=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 63 (25% from 255 or 12.86% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B53F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6B53F is #094AC0. Grayscale: #BBBBBB. Windows color (decimal): -608961 or 4175350. OLE color: 4175350.

HSL color Cylindrical-coordinate representation of color #F6B53F: hue angle of 38.69º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F6B53F is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB24618163-
CMYK00.260.740.04
HSL38.69º91.04%60.59%-
HSV(B)38.69º74.39%96.47%-
XYZ55.435312.01-
YUV186.9858.03170.09-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.20%
GREEN value IS 181 (71.09% from 255) = 36.94%
BLUE value IS 63 (25% from 255) = 12.86%
R=50.20%
G=36.94%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461816300.260.740.0438.6991.0460.59
HexF6B53F01A4A4275b3d
Octal3662657703211244713375
Binary111101101011010111111101101010010101001001111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B53F; }

 p { color: rgb(246,181,63); }

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

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

 a { background-color: rgb(246,181,63); }

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

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

 span { border-color: rgb(246,181,63); }

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