Html Css Color HEX #FA625C Bittersweet

📋 copy color: '#FA625C'

red 250 ◦ green 98 ◦ blue 92

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

Shades of Bittersweet #FA625C

Tints of Bittersweet #FA625C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.27%

 BLUE value IS 92 (36.33% from 255) = 20.91%

R = 56.82%
G = 22.27%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA625C (or 0xFA625C) is known color: Bittersweet. HEX triplet: FA, 62 and 5C. RGB value is (250,98,92). Sum of RGB (Red+Green+Blue) = 250+98+92=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FA625C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA625C is #059DA3. Grayscale: #8E8E8E. Windows color (decimal): -368036 or 6054650. OLE color: 6054650.

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

Color convert

RGB 250 98 92 -
CMYK 0 0.61 0.63 0.02
HSL 2.28º 0.94% 0.67% -
HSV(B) 2.28º 0.63% 0.98% -
XYZ 45.72 29.83 13.47 -
YUV 142.76 99.36 204.49 -
System Red Green Blue C M Y K H S L
Decimal 250 98 92 0 0.61 0.63 0.02 2.28 0.94 0.67
Hex FA 62 5C 0 3D 3F 2 2 5E 43
Octal 372 142 134 0 75 77 2 2 136 103
Binary 11111010 1100010 1011100 0 111101 111111 10 10 1011110 1000011

Color Harmonies of #FA625C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA625C

Black with #FA625C

Text Example


Text Example

White with #FA625C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA625C; }

 p { color: rgb(250,98,92); }

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

background-color css

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

 a { background-color: rgb(250,98,92); }

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

border-color css

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

 span { border-color: rgb(250,98,92); }

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