Html Css Color HEX #FA6B5E Bittersweet

📋 copy color: '#FA6B5E'

red 250 ◦ green 107 ◦ blue 94

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

Shades of Bittersweet #FA6B5E

Tints of Bittersweet #FA6B5E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.73%

 BLUE value IS 94 (37.11% from 255) = 20.84%

R = 55.43%
G = 23.73%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA6B5E (or 0xFA6B5E) is known color: Bittersweet. HEX triplet: FA, 6B and 5E. RGB value is (250,107,94). Sum of RGB (Red+Green+Blue) = 250+107+94=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6B5E is #0594A1. Grayscale: #949494. Windows color (decimal): -365730 or 6188026. OLE color: 6188026.

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

Color convert

RGB 250 107 94 -
CMYK 0 0.57 0.62 0.02
HSL 0.94% 0.67% -
HSV(B) 0.62% 0.98% -
XYZ 46.7 31.65 14.24 -
YUV 148.28 97.38 200.56 -
System Red Green Blue C M Y K H S L
Decimal 250 107 94 0 0.57 0.62 0.02 5 0.94 0.67
Hex FA 6B 5E 0 39 3E 2 5 5E 43
Octal 372 153 136 0 71 76 2 5 136 103
Binary 11111010 1101011 1011110 0 111001 111110 10 101 1011110 1000011

Color Harmonies of #FA6B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6B5E

Black with #FA6B5E

Text Example


Text Example

White with #FA6B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6B5E; }

 p { color: rgb(250,107,94); }

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

background-color css

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

 a { background-color: rgb(250,107,94); }

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

border-color css

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

 span { border-color: rgb(250,107,94); }

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