#F3AD3D

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

Shades of My Sin #F3AD3D

Tints of My Sin #F3AD3D

Color information

#F3AD3D (or 0xF3AD3D) is unknown color: approx My Sin. HEX triplet: F3, AD and 3D. RGB value is (243,173,61). Sum of RGB (Red+Green+Blue) = 243+173+61=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 61 (24.22% from 255 or 12.79% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AD3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3AD3D is #0C52C2. Grayscale: #B5B5B5. Windows color (decimal): -807619 or 4042227. OLE color: 4042227.

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

Color convert

RGB24317361-
CMYK00.290.750.05
HSL36.92º88.35%59.61%-
HSV(B)36.92º74.9%95.29%-
XYZ52.7549.2811.15-
YUV181.1660.19172.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.94%
GREEN value IS 173 (67.97% from 255) = 36.27%
BLUE value IS 61 (24.22% from 255) = 12.79%
R=50.94%
G=36.27%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431736100.290.750.0536.9288.3559.61
HexF3AD3D01D4B525583c
Octal3632557503511354513074
Binary111100111010110111110101110110010111011001011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AD3D; }

 p { color: rgb(243,173,61); }

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

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

 a { background-color: rgb(243,173,61); }

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

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

 span { border-color: rgb(243,173,61); }

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