Html Css Color HEX #FA6B5D Bittersweet

📋 copy color: '#FA6B5D'

red 250 ◦ green 107 ◦ blue 93

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

Shades of Bittersweet #FA6B5D

Tints of Bittersweet #FA6B5D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.78%

 BLUE value IS 93 (36.72% from 255) = 20.67%

R = 55.56%
G = 23.78%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA6B5D (or 0xFA6B5D) is known color: Bittersweet. HEX triplet: FA, 6B and 5D. RGB value is (250,107,93). Sum of RGB (Red+Green+Blue) = 250+107+93=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6B5D is #0594A2. Grayscale: #949494. Windows color (decimal): -365731 or 6122490. OLE color: 6122490.

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

Color convert

RGB 250 107 93 -
CMYK 0 0.57 0.63 0.02
HSL 5.35º 0.94% 0.67% -
HSV(B) 5.35º 0.63% 0.98% -
XYZ 46.66 31.63 14 -
YUV 148.16 96.88 200.64 -
System Red Green Blue C M Y K H S L
Decimal 250 107 93 0 0.57 0.63 0.02 5.35 0.94 0.67
Hex FA 6B 5D 0 39 3F 2 5 5E 43
Octal 372 153 135 0 71 77 2 5 136 103
Binary 11111010 1101011 1011101 0 111001 111111 10 101 1011110 1000011

Color Harmonies of #FA6B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6B5D

Black with #FA6B5D

Text Example


Text Example

White with #FA6B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6B5D; }

 p { color: rgb(250,107,93); }

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

background-color css

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

 a { background-color: rgb(250,107,93); }

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

border-color css

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

 span { border-color: rgb(250,107,93); }

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