Html Css Color HEX #FA7051 Bittersweet

📋 copy color: '#FA7051'

red 250 ◦ green 112 ◦ blue 81

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

Shades of Bittersweet #FA7051

Tints of Bittersweet #FA7051

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.28%

 BLUE value IS 81 (32.03% from 255) = 18.28%

R = 56.43%
G = 25.28%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA7051 (or 0xFA7051) is known color: Bittersweet. HEX triplet: FA, 70 and 51. RGB value is (250,112,81). Sum of RGB (Red+Green+Blue) = 250+112+81=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 81 (32.03% from 255 or 18.28% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7051 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7051 is #058FAE. Grayscale: #959595. Windows color (decimal): -364463 or 5337338. OLE color: 5337338.

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

Color convert

RGB 250 112 81 -
CMYK 0 0.55 0.68 0.02
HSL 11.01º 0.94% 0.65% -
HSV(B) 11.01º 0.68% 0.98% -
XYZ 46.7 32.51 11.6 -
YUV 149.73 89.22 199.52 -
System Red Green Blue C M Y K H S L
Decimal 250 112 81 0 0.55 0.68 0.02 11.01 0.94 0.65
Hex FA 70 51 0 37 44 2 B 5E 41
Octal 372 160 121 0 67 104 2 13 136 101
Binary 11111010 1110000 1010001 0 110111 1000100 10 1011 1011110 1000001

Color Harmonies of #FA7051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7051

Black with #FA7051

Text Example


Text Example

White with #FA7051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7051; }

 p { color: rgb(250,112,81); }

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

background-color css

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

 a { background-color: rgb(250,112,81); }

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

border-color css

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

 span { border-color: rgb(250,112,81); }

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