Html Css Color HEX #FA725A Bittersweet

📋 copy color: '#FA725A'

red 250 ◦ green 114 ◦ blue 90

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

Shades of Bittersweet #FA725A

Tints of Bittersweet #FA725A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.82%

R = 55.07%
G = 25.11%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA725A (or 0xFA725A) is known color: Bittersweet. HEX triplet: FA, 72 and 5A. RGB value is (250,114,90). Sum of RGB (Red+Green+Blue) = 250+114+90=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA725A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA725A is #058DA5. Grayscale: #989898. Windows color (decimal): -363942 or 5927674. OLE color: 5927674.

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

Color convert

RGB 250 114 90 -
CMYK 0 0.54 0.64 0.02
HSL 0.94% 0.67% -
HSV(B) 0.64% 0.98% -
XYZ 47.29 33.1 13.57 -
YUV 151.93 93.06 197.95 -
System Red Green Blue C M Y K H S L
Decimal 250 114 90 0 0.54 0.64 0.02 9 0.94 0.67
Hex FA 72 5A 0 36 40 2 9 5E 43
Octal 372 162 132 0 66 100 2 11 136 103
Binary 11111010 1110010 1011010 0 110110 1000000 10 1001 1011110 1000011

Color Harmonies of #FA725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA725A

Black with #FA725A

Text Example


Text Example

White with #FA725A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA725A; }

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

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

background-color css

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

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

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

border-color css

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

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

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