#FFB048

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

Shades of My Sin #FFB048

Tints of My Sin #FFB048

Color information

#FFB048 (or 0xFFB048) is unknown color: approx My Sin. HEX triplet: FF, B0 and 48. RGB value is (255,176,72). Sum of RGB (Red+Green+Blue) = 255+176+72=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 72 (28.52% from 255 or 14.31% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB048 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB048 is #004FB7. Grayscale: #BCBCBC. Windows color (decimal): -20408 or 4763903. OLE color: 4763903.

HSL color Cylindrical-coordinate representation of color #FFB048: hue angle of 34.1º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFB048 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.

Color convert

RGB25517672-
CMYK00.310.720
HSL34.1º100%64.12%-
HSV(B)34.1º71.76%100%-
XYZ57.9452.7813.26-
YUV187.7662.67175.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.70%
GREEN value IS 176 (69.14% from 255) = 34.99%
BLUE value IS 72 (28.52% from 255) = 14.31%
R=50.70%
G=34.99%
B=14.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551767200.310.72034.110064.12
HexFFB04801F480226440
Octal377260110037110042144100
Binary111111111011000010010000111111001000010001011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB048; }

 p { color: rgb(255,176,72); }

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

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

 a { background-color: rgb(255,176,72); }

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

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

 span { border-color: rgb(255,176,72); }

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