Html Css Color HEX #FC675F Bittersweet

📋 copy color: '#FC675F'

red 252 ◦ green 103 ◦ blue 95

#FC675F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bittersweet #FC675F

Tints of Bittersweet #FC675F

RGB

 RED value IS 252 (98.83% from 255) = 56%

 GREEN value IS 103 (40.63% from 255) = 22.89%

 BLUE value IS 95 (37.5% from 255) = 21.11%

R = 56%
G = 22.89%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC675F (or 0xFC675F) is known color: Bittersweet. HEX triplet: FC, 67 and 5F. RGB value is (252,103,95). Sum of RGB (Red+Green+Blue) = 252+103+95=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC675F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC675F is #0398A0. Grayscale: #929292. Windows color (decimal): -235681 or 6252540. OLE color: 6252540.

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

Color convert

RGB 252 103 95 -
CMYK 0 0.59 0.62 0.01
HSL 3.06º 0.96% 0.68% -
HSV(B) 3.06º 0.62% 0.99% -
XYZ 47.06 31.22 14.37 -
YUV 146.64 98.86 203.15 -
System Red Green Blue C M Y K H S L
Decimal 252 103 95 0 0.59 0.62 0.01 3.06 0.96 0.68
Hex FC 67 5F 0 3B 3E 1 3 60 44
Octal 374 147 137 0 73 76 1 3 140 104
Binary 11111100 1100111 1011111 0 111011 111110 1 11 1100000 1000100

Color Harmonies of #FC675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC675F

Black with #FC675F

Text Example


Text Example

White with #FC675F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC675F; }

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

 H1.HeaderClassName
 {
   color: #FC675F;
 }
 .AnyTagClassName
 {
   color: #FC675F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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