Html Css Color HEX #FA7258 Bittersweet

📋 copy color: '#FA7258'

red 250 ◦ green 114 ◦ blue 88

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

Shades of Bittersweet #FA7258

Tints of Bittersweet #FA7258

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.22%

 BLUE value IS 88 (34.77% from 255) = 19.47%

R = 55.31%
G = 25.22%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FA7258 (or 0xFA7258) is known color: Bittersweet. HEX triplet: FA, 72 and 58. RGB value is (250,114,88). Sum of RGB (Red+Green+Blue) = 250+114+88=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 88 (34.77% from 255 or 19.47% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7258 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7258 is #058DA7. Grayscale: #979797. Windows color (decimal): -363944 or 5796602. OLE color: 5796602.

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

Color convert

RGB 250 114 88 -
CMYK 0 0.54 0.65 0.02
HSL 9.63º 0.94% 0.66% -
HSV(B) 9.63º 0.65% 0.98% -
XYZ 47.2 33.06 13.13 -
YUV 151.7 92.06 198.11 -
System Red Green Blue C M Y K H S L
Decimal 250 114 88 0 0.54 0.65 0.02 9.63 0.94 0.66
Hex FA 72 58 0 36 41 2 A 5E 42
Octal 372 162 130 0 66 101 2 12 136 102
Binary 11111010 1110010 1011000 0 110110 1000001 10 1010 1011110 1000010

Color Harmonies of #FA7258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7258

Black with #FA7258

Text Example


Text Example

White with #FA7258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7258; }

 p { color: rgb(250,114,88); }

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

background-color css

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

 a { background-color: rgb(250,114,88); }

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

border-color css

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

 span { border-color: rgb(250,114,88); }

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