Html Css Color HEX #FA6355 Bittersweet

📋 copy color: '#FA6355'

red 250 ◦ green 99 ◦ blue 85

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

Shades of Bittersweet #FA6355

Tints of Bittersweet #FA6355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.81%

 BLUE value IS 85 (33.59% from 255) = 19.59%

R = 57.6%
G = 22.81%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FA6355 (or 0xFA6355) is known color: Bittersweet. HEX triplet: FA, 63 and 55. RGB value is (250,99,85). Sum of RGB (Red+Green+Blue) = 250+99+85=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6355 is #059CAA. Grayscale: #8E8E8E. Windows color (decimal): -367787 or 5596154. OLE color: 5596154.

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

Color convert

RGB 250 99 85 -
CMYK 0 0.60 0.66 0.02
HSL 5.09º 0.94% 0.66% -
HSV(B) 5.09º 0.66% 0.98% -
XYZ 45.53 29.9 11.97 -
YUV 142.55 95.53 204.64 -
System Red Green Blue C M Y K H S L
Decimal 250 99 85 0 0.60 0.66 0.02 5.09 0.94 0.66
Hex FA 63 55 0 3C 42 2 5 5E 42
Octal 372 143 125 0 74 102 2 5 136 102
Binary 11111010 1100011 1010101 0 111100 1000010 10 101 1011110 1000010

Color Harmonies of #FA6355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6355

Black with #FA6355

Text Example


Text Example

White with #FA6355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6355; }

 p { color: rgb(250,99,85); }

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

background-color css

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

 a { background-color: rgb(250,99,85); }

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

border-color css

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

 span { border-color: rgb(250,99,85); }

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