#F8B641

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

Shades of My Sin #F8B641

Tints of My Sin #F8B641

Color information

#F8B641 (or 0xF8B641) is unknown color: approx My Sin. HEX triplet: F8, B6 and 41. RGB value is (248,182,65). Sum of RGB (Red+Green+Blue) = 248+182+65=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 65 (25.78% from 255 or 13.13% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B641 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8B641 is #0749BE. Grayscale: #BCBCBC. Windows color (decimal): -477631 or 4306680. OLE color: 4306680.

HSL color Cylindrical-coordinate representation of color #F8B641: hue angle of 38.36º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F8B641 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB24818265-
CMYK00.270.740.03
HSL38.36º92.89%61.37%-
HSV(B)38.36º73.79%97.25%-
XYZ56.3953.7912.41-
YUV188.458.37170.51-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.10%
GREEN value IS 182 (71.48% from 255) = 36.77%
BLUE value IS 65 (25.78% from 255) = 13.13%
R=50.10%
G=36.77%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.74
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481826500.270.740.0338.3692.8961.37
HexF8B64101B4A3265d3d
Octal37026610103311234613575
Binary111110001011011010000010110111001010111001101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B641; }

 p { color: rgb(248,182,65); }

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

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

 a { background-color: rgb(248,182,65); }

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

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

 span { border-color: rgb(248,182,65); }

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