#F3B440

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

Shades of My Sin #F3B440

Tints of My Sin #F3B440

Color information

#F3B440 (or 0xF3B440) is unknown color: approx My Sin. HEX triplet: F3, B4 and 40. RGB value is (243,180,64). Sum of RGB (Red+Green+Blue) = 243+180+64=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 64 (25.39% from 255 or 13.14% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3B440 is #0C4BBF. Grayscale: #BABABA. Windows color (decimal): -805824 or 4240627. OLE color: 4240627.

HSL color Cylindrical-coordinate representation of color #F3B440: hue angle of 38.88º degrees, saturation: 0.88, 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 #F3B440 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB24318064-
CMYK00.260.740.05
HSL38.88º88.18%60.2%-
HSV(B)38.88º73.66%95.29%-
XYZ54.2152.0712.04-
YUV185.6159.37168.93-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.90%
GREEN value IS 180 (70.70% from 255) = 36.96%
BLUE value IS 64 (25.39% from 255) = 13.14%
R=49.90%
G=36.96%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431806400.260.740.0538.8888.1860.2
HexF3B44001A4A527583c
Octal36326410003211254713074
Binary1111001110110100100000001101010010101011001111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B440; }

 p { color: rgb(243,180,64); }

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

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

 a { background-color: rgb(243,180,64); }

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

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

 span { border-color: rgb(243,180,64); }

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