Html Css Color HEX #FA7B61 Bittersweet

📋 copy color: '#FA7B61'

red 250 ◦ green 123 ◦ blue 97

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

Shades of Bittersweet #FA7B61

Tints of Bittersweet #FA7B61

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.17%

 BLUE value IS 97 (38.28% from 255) = 20.64%

R = 53.19%
G = 26.17%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FA7B61 (or 0xFA7B61) is known color: Bittersweet. HEX triplet: FA, 7B and 61. RGB value is (250,123,97). Sum of RGB (Red+Green+Blue) = 250+123+97=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 97 (38.28% from 255 or 20.64% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7B61 is #05849E. Grayscale: #9E9E9E. Windows color (decimal): -361631 or 6388730. OLE color: 6388730.

HSL color Cylindrical-coordinate representation of color #FA7B61: hue angle of 10.2º 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 #FA7B61 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 123 97 -
CMYK 0 0.51 0.61 0.02
HSL 10.2º 0.94% 0.68% -
HSV(B) 10.2º 0.61% 0.98% -
XYZ 48.66 35.35 15.57 -
YUV 158.01 93.58 193.61 -
System Red Green Blue C M Y K H S L
Decimal 250 123 97 0 0.51 0.61 0.02 10.2 0.94 0.68
Hex FA 7B 61 0 33 3D 2 A 5E 44
Octal 372 173 141 0 63 75 2 12 136 104
Binary 11111010 1111011 1100001 0 110011 111101 10 1010 1011110 1000100

Color Harmonies of #FA7B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7B61

Black with #FA7B61

Text Example


Text Example

White with #FA7B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7B61; }

 p { color: rgb(250,123,97); }

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

background-color css

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

 a { background-color: rgb(250,123,97); }

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

border-color css

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

 span { border-color: rgb(250,123,97); }

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