#FC675B

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

Shades of Bittersweet #FC675B

Tints of Bittersweet #FC675B

Color information

#FC675B (or 0xFC675B) is unknown color: approx Bittersweet. HEX triplet: FC, 67 and 5B. RGB value is (252,103,91). Sum of RGB (Red+Green+Blue) = 252+103+91=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC675B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC675B is #0398A4. Grayscale: #929292. Windows color (decimal): -235685 or 5990396. OLE color: 5990396.

HSL color Cylindrical-coordinate representation of color #FC675B: hue angle of 4.47º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC675B is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB25210391-
CMYK00.590.640.01
HSL4.47º96.41%67.25%-
HSV(B)4.47º63.89%98.82%-
XYZ46.8831.1513.44-
YUV146.1896.86203.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.50%
GREEN value IS 103 (40.62% from 255) = 23.09%
BLUE value IS 91 (35.94% from 255) = 20.40%
R=56.50%
G=23.09%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521039100.590.640.014.4796.4167.25
HexFC675B03B40146043
Octal37414713307310014140103
Binary111111001100111101101101110111000000110011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC675B; }

 p { color: rgb(252,103,91); }

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

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

 a { background-color: rgb(252,103,91); }

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

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

 span { border-color: rgb(252,103,91); }

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