Html Css Color HEX #FA755C Bittersweet

📋 copy color: '#FA755C'

red 250 ◦ green 117 ◦ blue 92

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

Shades of Bittersweet #FA755C

Tints of Bittersweet #FA755C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.49%

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

R = 54.47%
G = 25.49%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA755C (or 0xFA755C) is known color: Bittersweet. HEX triplet: FA, 75 and 5C. RGB value is (250,117,92). Sum of RGB (Red+Green+Blue) = 250+117+92=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA755C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA755C is #058AA3. Grayscale: #9A9A9A. Windows color (decimal): -363172 or 6059514. OLE color: 6059514.

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

Color convert

RGB 250 117 92 -
CMYK 0 0.53 0.63 0.02
HSL 9.49º 0.94% 0.67% -
HSV(B) 9.49º 0.63% 0.98% -
XYZ 47.72 33.82 14.14 -
YUV 153.92 93.06 196.53 -
System Red Green Blue C M Y K H S L
Decimal 250 117 92 0 0.53 0.63 0.02 9.49 0.94 0.67
Hex FA 75 5C 0 35 3F 2 9 5E 43
Octal 372 165 134 0 65 77 2 11 136 103
Binary 11111010 1110101 1011100 0 110101 111111 10 1001 1011110 1000011

Color Harmonies of #FA755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA755C

Black with #FA755C

Text Example


Text Example

White with #FA755C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA755C; }

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

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

background-color css

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

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

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

border-color css

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

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

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