#f2b53f

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

Shades of Supernova #F2B53F

Tints of Supernova #F2B53F

Color information

#F2B53F (or 0xF2B53F) is unknown color: approx Supernova. HEX triplet: F2, B5 and 3F. RGB value is (242,181,63). Sum of RGB (Red+Green+Blue) = 242+181+63=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 63 (25% from 255 or 12.96% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B53F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B53F is #0D4AC0. Grayscale: #BABABA. Windows color (decimal): -871105 or 4175346. OLE color: 4175346.

HSL color Cylindrical-coordinate representation of color #F2B53F: hue angle of 39.55º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2B53F is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB24218163-
CMYK00.250.740.05
HSL39.55º87.32%59.8%-
HSV(B)39.55º73.97%94.9%-
XYZ54.0452.2811.95-
YUV185.7958.71168.09-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.79%
GREEN value IS 181 (71.09% from 255) = 37.24%
BLUE value IS 63 (25% from 255) = 12.96%
R=49.79%
G=37.24%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421816300.250.740.0539.5587.3259.8
HexF2B53F0194A528573c
Octal3622657703111255012774
Binary111100101011010111111101100110010101011010001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2b53f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2b53f; }

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

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

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

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

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

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

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

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