Html Css Color HEX #FA7052 Bittersweet

📋 copy color: '#FA7052'

red 250 ◦ green 112 ◦ blue 82

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

Shades of Bittersweet #FA7052

Tints of Bittersweet #FA7052

RGB

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

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

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

R = 56.31%
G = 25.23%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FA7052 (or 0xFA7052) is known color: Bittersweet. HEX triplet: FA, 70 and 52. RGB value is (250,112,82). Sum of RGB (Red+Green+Blue) = 250+112+82=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7052 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7052 is #058FAD. Grayscale: #969696. Windows color (decimal): -364462 or 5402874. OLE color: 5402874.

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

Color convert

RGB 250 112 82 -
CMYK 0 0.55 0.67 0.02
HSL 10.71º 0.94% 0.65% -
HSV(B) 10.71º 0.67% 0.98% -
XYZ 46.74 32.52 11.8 -
YUV 149.84 89.72 199.44 -
System Red Green Blue C M Y K H S L
Decimal 250 112 82 0 0.55 0.67 0.02 10.71 0.94 0.65
Hex FA 70 52 0 37 43 2 B 5E 41
Octal 372 160 122 0 67 103 2 13 136 101
Binary 11111010 1110000 1010010 0 110111 1000011 10 1011 1011110 1000001

Color Harmonies of #FA7052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7052

Black with #FA7052

Text Example


Text Example

White with #FA7052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7052; }

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

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

background-color css

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

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

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

border-color css

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

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

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