Html Css Color HEX #FA6E52 Bittersweet

📋 copy color: '#FA6E52'

red 250 ◦ green 110 ◦ blue 82

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

Shades of Bittersweet #FA6E52

Tints of Bittersweet #FA6E52

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.89%

 BLUE value IS 82 (32.42% from 255) = 18.55%

R = 56.56%
G = 24.89%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FA6E52 (or 0xFA6E52) is known color: Bittersweet. HEX triplet: FA, 6E and 52. RGB value is (250,110,82). Sum of RGB (Red+Green+Blue) = 250+110+82=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 82 (32.42% from 255 or 18.55% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6E52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6E52 is #0591AD. Grayscale: #949494. Windows color (decimal): -364974 or 5402362. OLE color: 5402362.

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

Color convert

RGB 250 110 82 -
CMYK 0 0.56 0.67 0.02
HSL 10º 0.94% 0.65% -
HSV(B) 10º 0.67% 0.98% -
XYZ 46.52 32.09 11.72 -
YUV 148.67 90.38 200.28 -
System Red Green Blue C M Y K H S L
Decimal 250 110 82 0 0.56 0.67 0.02 10 0.94 0.65
Hex FA 6E 52 0 38 43 2 A 5E 41
Octal 372 156 122 0 70 103 2 12 136 101
Binary 11111010 1101110 1010010 0 111000 1000011 10 1010 1011110 1000001

Color Harmonies of #FA6E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6E52

Black with #FA6E52

Text Example


Text Example

White with #FA6E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6E52; }

 p { color: rgb(250,110,82); }

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

background-color css

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

 a { background-color: rgb(250,110,82); }

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

border-color css

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

 span { border-color: rgb(250,110,82); }

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