Html Css Color HEX #FA6562 Bittersweet

📋 copy color: '#FA6562'

red 250 ◦ green 101 ◦ blue 98

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

Shades of Bittersweet #FA6562

Tints of Bittersweet #FA6562

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.49%

 BLUE value IS 98 (38.67% from 255) = 21.83%

R = 55.68%
G = 22.49%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FA6562 (or 0xFA6562) is known color: Bittersweet. HEX triplet: FA, 65 and 62. RGB value is (250,101,98). Sum of RGB (Red+Green+Blue) = 250+101+98=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6562 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6562 is #059A9D. Grayscale: #919191. Windows color (decimal): -367262 or 6448634. OLE color: 6448634.

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

Color convert

RGB 250 101 98 -
CMYK 0 0.60 0.61 0.02
HSL 1.18º 0.94% 0.68% -
HSV(B) 1.18º 0.61% 0.98% -
XYZ 46.28 30.51 15.01 -
YUV 145.21 101.36 202.74 -
System Red Green Blue C M Y K H S L
Decimal 250 101 98 0 0.60 0.61 0.02 1.18 0.94 0.68
Hex FA 65 62 0 3C 3D 2 1 5E 44
Octal 372 145 142 0 74 75 2 1 136 104
Binary 11111010 1100101 1100010 0 111100 111101 10 1 1011110 1000100

Color Harmonies of #FA6562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6562

Black with #FA6562

Text Example


Text Example

White with #FA6562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6562; }

 p { color: rgb(250,101,98); }

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

background-color css

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

 a { background-color: rgb(250,101,98); }

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

border-color css

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

 span { border-color: rgb(250,101,98); }

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