Html Css Color HEX #FF755E Bittersweet

📋 copy color: '#FF755E'

red 255 ◦ green 117 ◦ blue 94

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

Shades of Bittersweet #FF755E

Tints of Bittersweet #FF755E

RGB

 RED value IS 255 (100% from 255) = 54.72%

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

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

R = 54.72%
G = 25.11%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF755E (or 0xFF755E) is known color: Bittersweet. HEX triplet: FF, 75 and 5E. RGB value is (255,117,94). Sum of RGB (Red+Green+Blue) = 255+117+94=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF755E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF755E is #008AA1. Grayscale: #9B9B9B. Windows color (decimal): -35490 or 6190591. OLE color: 6190591.

HSL color Cylindrical-coordinate representation of color #FF755E: hue angle of 8.57º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF755E is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB 255 117 94 -
CMYK 0 0.54 0.63 0
HSL 8.57º 1% 0.68% -
HSV(B) 8.57º 0.63% 1% -
XYZ 49.62 34.79 14.69 -
YUV 155.64 93.22 198.87 -
System Red Green Blue C M Y K H S L
Decimal 255 117 94 0 0.54 0.63 0 8.57 1 0.68
Hex FF 75 5E 0 36 3F 0 9 64 44
Octal 377 165 136 0 66 77 0 11 144 104
Binary 11111111 1110101 1011110 0 110110 111111 0 1001 1100100 1000100

Color Harmonies of #FF755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF755E

Black with #FF755E

Text Example


Text Example

White with #FF755E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF755E; }

 p { color: rgb(255,117,94); }

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

background-color css

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

 a { background-color: rgb(255,117,94); }

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

border-color css

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

 span { border-color: rgb(255,117,94); }

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