#FCB14B

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

Shades of My Sin #FCB14B

Tints of My Sin #FCB14B

Color information

#FCB14B (or 0xFCB14B) is unknown color: approx My Sin. HEX triplet: FC, B1 and 4B. RGB value is (252,177,75). Sum of RGB (Red+Green+Blue) = 252+177+75=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 75 (29.69% from 255 or 14.88% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB14B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCB14B is #034EB4. Grayscale: #BCBCBC. Windows color (decimal): -216757 or 4960764. OLE color: 4960764.

HSL color Cylindrical-coordinate representation of color #FCB14B: hue angle of 34.58º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCB14B is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB25217775-
CMYK00.300.700.01
HSL34.58º96.72%64.12%-
HSV(B)34.58º70.24%98.82%-
XYZ57.1452.6513.81-
YUV187.864.35173.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50%
GREEN value IS 177 (69.53% from 255) = 35.12%
BLUE value IS 75 (29.69% from 255) = 14.88%
R=50%
G=35.12%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521777500.300.700.0134.5896.7264.12
HexFCB14B01E461236140
Octal374261113036106143141100
Binary111111001011000110010110111101000110110001111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB14B; }

 p { color: rgb(252,177,75); }

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

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

 a { background-color: rgb(252,177,75); }

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

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

 span { border-color: rgb(252,177,75); }

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