Html Css Color HEX #FA675F Bittersweet

📋 copy color: '#FA675F'

red 250 ◦ green 103 ◦ blue 95

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

Shades of Bittersweet #FA675F

Tints of Bittersweet #FA675F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.99%

 BLUE value IS 95 (37.5% from 255) = 21.21%

R = 55.8%
G = 22.99%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA675F (or 0xFA675F) is known color: Bittersweet. HEX triplet: FA, 67 and 5F. RGB value is (250,103,95). Sum of RGB (Red+Green+Blue) = 250+103+95=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA675F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA675F is #0598A0. Grayscale: #929292. Windows color (decimal): -366753 or 6252538. OLE color: 6252538.

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

Color convert

RGB 250 103 95 -
CMYK 0 0.59 0.62 0.02
HSL 3.1º 0.94% 0.68% -
HSV(B) 3.1º 0.62% 0.98% -
XYZ 46.34 30.85 14.34 -
YUV 146.04 99.2 202.15 -
System Red Green Blue C M Y K H S L
Decimal 250 103 95 0 0.59 0.62 0.02 3.1 0.94 0.68
Hex FA 67 5F 0 3B 3E 2 3 5E 44
Octal 372 147 137 0 73 76 2 3 136 104
Binary 11111010 1100111 1011111 0 111011 111110 10 11 1011110 1000100

Color Harmonies of #FA675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA675F

Black with #FA675F

Text Example


Text Example

White with #FA675F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA675F; }

 p { color: rgb(250,103,95); }

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

background-color css

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

 a { background-color: rgb(250,103,95); }

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

border-color css

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

 span { border-color: rgb(250,103,95); }

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