Html Css Color HEX #FA635F Bittersweet

📋 copy color: '#FA635F'

red 250 ◦ green 99 ◦ blue 95

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

Shades of Bittersweet #FA635F

Tints of Bittersweet #FA635F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.3%

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

R = 56.31%
G = 22.3%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA635F (or 0xFA635F) is known color: Bittersweet. HEX triplet: FA, 63 and 5F. RGB value is (250,99,95). Sum of RGB (Red+Green+Blue) = 250+99+95=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA635F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA635F is #059CA0. Grayscale: #8F8F8F. Windows color (decimal): -367777 or 6251514. OLE color: 6251514.

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

Color convert

RGB 250 99 95 -
CMYK 0 0.60 0.62 0.02
HSL 1.55º 0.94% 0.68% -
HSV(B) 1.55º 0.62% 0.98% -
XYZ 45.95 30.07 14.21 -
YUV 143.69 100.53 203.83 -
System Red Green Blue C M Y K H S L
Decimal 250 99 95 0 0.60 0.62 0.02 1.55 0.94 0.68
Hex FA 63 5F 0 3C 3E 2 2 5E 44
Octal 372 143 137 0 74 76 2 2 136 104
Binary 11111010 1100011 1011111 0 111100 111110 10 10 1011110 1000100

Color Harmonies of #FA635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA635F

Black with #FA635F

Text Example


Text Example

White with #FA635F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA635F; }

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

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

background-color css

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

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

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

border-color css

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

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

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