Html Css Color HEX #FA6D52 Bittersweet

📋 copy color: '#FA6D52'

red 250 ◦ green 109 ◦ blue 82

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

Shades of Bittersweet #FA6D52

Tints of Bittersweet #FA6D52

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.72%

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

R = 56.69%
G = 24.72%
B = 18.59%

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

#FA6D52 (or 0xFA6D52) is known color: Bittersweet. HEX triplet: FA, 6D and 52. RGB value is (250,109,82). Sum of RGB (Red+Green+Blue) = 250+109+82=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6D52 is #0592AD. Grayscale: #949494. Windows color (decimal): -365230 or 5402106. OLE color: 5402106.

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

Color convert

RGB 250 109 82 -
CMYK 0 0.56 0.67 0.02
HSL 9.64º 0.94% 0.65% -
HSV(B) 9.64º 0.67% 0.98% -
XYZ 46.42 31.87 11.69 -
YUV 148.08 90.71 200.7 -
System Red Green Blue C M Y K H S L
Decimal 250 109 82 0 0.56 0.67 0.02 9.64 0.94 0.65
Hex FA 6D 52 0 38 43 2 A 5E 41
Octal 372 155 122 0 70 103 2 12 136 101
Binary 11111010 1101101 1010010 0 111000 1000011 10 1010 1011110 1000001

Color Harmonies of #FA6D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6D52

Black with #FA6D52

Text Example


Text Example

White with #FA6D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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