Html Css Color HEX #FA7253 Bittersweet

📋 copy color: '#FA7253'

red 250 ◦ green 114 ◦ blue 83

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

Shades of Bittersweet #FA7253

Tints of Bittersweet #FA7253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.57%

R = 55.93%
G = 25.5%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FA7253 (or 0xFA7253) is known color: Bittersweet. HEX triplet: FA, 72 and 53. RGB value is (250,114,83). Sum of RGB (Red+Green+Blue) = 250+114+83=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 83 (32.81% from 255 or 18.57% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7253 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7253 is #058DAC. Grayscale: #979797. Windows color (decimal): -363949 or 5468922. OLE color: 5468922.

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

Color convert

RGB 250 114 83 -
CMYK 0 0.54 0.67 0.02
HSL 11.14º 0.94% 0.65% -
HSV(B) 11.14º 0.67% 0.98% -
XYZ 47 32.98 12.07 -
YUV 151.13 89.56 198.52 -
System Red Green Blue C M Y K H S L
Decimal 250 114 83 0 0.54 0.67 0.02 11.14 0.94 0.65
Hex FA 72 53 0 36 43 2 B 5E 41
Octal 372 162 123 0 66 103 2 13 136 101
Binary 11111010 1110010 1010011 0 110110 1000011 10 1011 1011110 1000001

Color Harmonies of #FA7253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7253

Black with #FA7253

Text Example


Text Example

White with #FA7253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7253; }

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

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

background-color css

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

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

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

border-color css

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

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

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