#FCB24B

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

Shades of My Sin #FCB24B

Tints of My Sin #FCB24B

Color information

#FCB24B (or 0xFCB24B) is unknown color: approx My Sin. HEX triplet: FC, B2 and 4B. RGB value is (252,178,75). Sum of RGB (Red+Green+Blue) = 252+178+75=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 75 (29.69% from 255 or 14.85% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB24B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCB24B is #034DB4. Grayscale: #BCBCBC. Windows color (decimal): -216501 or 4961020. OLE color: 4961020.

HSL color Cylindrical-coordinate representation of color #FCB24B: hue angle of 34.92º 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 #FCB24B is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB25217875-
CMYK00.290.700.01
HSL34.92º96.72%64.12%-
HSV(B)34.92º70.24%98.82%-
XYZ57.3453.0413.87-
YUV188.3864.02173.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.90%
GREEN value IS 178 (69.92% from 255) = 35.25%
BLUE value IS 75 (29.69% from 255) = 14.85%
R=49.90%
G=35.25%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521787500.290.700.0134.9296.7264.12
HexFCB24B01D461236140
Octal374262113035106143141100
Binary111111001011001010010110111011000110110001111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB24B; }

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

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

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

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

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

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

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

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