#F3B53A

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

Shades of Supernova #F3B53A

Tints of Supernova #F3B53A

Color information

#F3B53A (or 0xF3B53A) is unknown color: approx Supernova. HEX triplet: F3, B5 and 3A. RGB value is (243,181,58). Sum of RGB (Red+Green+Blue) = 243+181+58=482 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.41% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 58 (23.05% from 255 or 12.03% from 482); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B53A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3B53A is #0C4AC5. Grayscale: #BABABA. Windows color (decimal): -805574 or 3847667. OLE color: 3847667.

HSL color Cylindrical-coordinate representation of color #F3B53A: hue angle of 39.89º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F3B53A is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB24318158-
CMYK00.260.760.05
HSL39.89º88.52%59.02%-
HSV(B)39.89º76.13%95.29%-
XYZ54.2552.4111.26-
YUV185.5256.04169-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.41%
GREEN value IS 181 (71.09% from 255) = 37.55%
BLUE value IS 58 (23.05% from 255) = 12.03%
R=50.41%
G=37.55%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431815800.260.760.0539.8988.5259.02
HexF3B53A01A4C528593b
Octal3632657203211455013173
Binary111100111011010111101001101010011001011010001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B53A; }

 p { color: rgb(243,181,58); }

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

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

 a { background-color: rgb(243,181,58); }

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

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

 span { border-color: rgb(243,181,58); }

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