Html Css Color HEX #FA6C52 Bittersweet

📋 copy color: '#FA6C52'

red 250 ◦ green 108 ◦ blue 82

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

Shades of Bittersweet #FA6C52

Tints of Bittersweet #FA6C52

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.55%

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

R = 56.82%
G = 24.55%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FA6C52 (or 0xFA6C52) is known color: Bittersweet. HEX triplet: FA, 6C and 52. RGB value is (250,108,82). Sum of RGB (Red+Green+Blue) = 250+108+82=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6C52 is #0593AD. Grayscale: #939393. Windows color (decimal): -365486 or 5401850. OLE color: 5401850.

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

Color convert

RGB 250 108 82 -
CMYK 0 0.57 0.67 0.02
HSL 9.29º 0.94% 0.65% -
HSV(B) 9.29º 0.67% 0.98% -
XYZ 46.31 31.66 11.65 -
YUV 147.49 91.04 201.11 -
System Red Green Blue C M Y K H S L
Decimal 250 108 82 0 0.57 0.67 0.02 9.29 0.94 0.65
Hex FA 6C 52 0 39 43 2 9 5E 41
Octal 372 154 122 0 71 103 2 11 136 101
Binary 11111010 1101100 1010010 0 111001 1000011 10 1001 1011110 1000001

Color Harmonies of #FA6C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6C52

Black with #FA6C52

Text Example


Text Example

White with #FA6C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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