Html Css Color HEX #FA605E Bittersweet

📋 copy color: '#FA605E'

red 250 ◦ green 96 ◦ blue 94

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

Shades of Bittersweet #FA605E

Tints of Bittersweet #FA605E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.82%

 BLUE value IS 94 (37.11% from 255) = 21.36%

R = 56.82%
G = 21.82%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA605E (or 0xFA605E) is known color: Bittersweet. HEX triplet: FA, 60 and 5E. RGB value is (250,96,94). Sum of RGB (Red+Green+Blue) = 250+96+94=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FA605E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA605E is #059FA1. Grayscale: #8D8D8D. Windows color (decimal): -368546 or 6185210. OLE color: 6185210.

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

Color convert

RGB 250 96 94 -
CMYK 0 0.62 0.62 0.02
HSL 0.77º 0.94% 0.67% -
HSV(B) 0.77º 0.62% 0.98% -
XYZ 45.63 29.5 13.88 -
YUV 141.82 101.02 205.16 -
System Red Green Blue C M Y K H S L
Decimal 250 96 94 0 0.62 0.62 0.02 0.77 0.94 0.67
Hex FA 60 5E 0 3E 3E 2 1 5E 43
Octal 372 140 136 0 76 76 2 1 136 103
Binary 11111010 1100000 1011110 0 111110 111110 10 1 1011110 1000011

Color Harmonies of #FA605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA605E

Black with #FA605E

Text Example


Text Example

White with #FA605E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA605E; }

 p { color: rgb(250,96,94); }

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

background-color css

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

 a { background-color: rgb(250,96,94); }

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

border-color css

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

 span { border-color: rgb(250,96,94); }

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