Html Css Color HEX #FA6C64 Bittersweet

📋 copy color: '#FA6C64'

red 250 ◦ green 108 ◦ blue 100

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

Shades of Bittersweet #FA6C64

Tints of Bittersweet #FA6C64

RGB

 RED value IS 250 (98.05% from 255) = 54.59%

 GREEN value IS 108 (42.58% from 255) = 23.58%

 BLUE value IS 100 (39.45% from 255) = 21.83%

R = 54.59%
G = 23.58%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FA6C64 (or 0xFA6C64) is known color: Bittersweet. HEX triplet: FA, 6C and 64. RGB value is (250,108,100). Sum of RGB (Red+Green+Blue) = 250+108+100=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6C64 is #05939B. Grayscale: #959595. Windows color (decimal): -365468 or 6581498. OLE color: 6581498.

HSL color Cylindrical-coordinate representation of color #FA6C64: hue angle of 3.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA6C64 is Cyan = 0, Magento = 0.57, Yellow = 0.6 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 108 100 -
CMYK 0 0.57 0.6 0.02
HSL 3.2º 0.94% 0.69% -
HSV(B) 3.2º 0.6% 0.98% -
XYZ 47.09 31.97 15.75 -
YUV 149.55 100.04 199.65 -
System Red Green Blue C M Y K H S L
Decimal 250 108 100 0 0.57 0.6 0.02 3.2 0.94 0.69
Hex FA 6C 64 0 39 3C 2 3 5E 45
Octal 372 154 144 0 71 74 2 3 136 105
Binary 11111010 1101100 1100100 0 111001 111100 10 11 1011110 1000101

Color Harmonies of #FA6C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6C64

Black with #FA6C64

Text Example


Text Example

White with #FA6C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6C64; }

 p { color: rgb(250,108,100); }

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

background-color css

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

 a { background-color: rgb(250,108,100); }

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

border-color css

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

 span { border-color: rgb(250,108,100); }

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