Html Css Color HEX #FF755F Bittersweet

📋 copy color: '#FF755F'

red 255 ◦ green 117 ◦ blue 95

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

Shades of Bittersweet #FF755F

Tints of Bittersweet #FF755F

RGB

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

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

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

R = 54.6%
G = 25.05%
B = 20.34%

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

#FF755F (or 0xFF755F) is known color: Bittersweet. HEX triplet: FF, 75 and 5F. RGB value is (255,117,95). Sum of RGB (Red+Green+Blue) = 255+117+95=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF755F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF755F is #008AA0. Grayscale: #9B9B9B. Windows color (decimal): -35489 or 6256127. OLE color: 6256127.

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

Color convert

RGB 255 117 95 -
CMYK 0 0.54 0.63 0
HSL 8.25º 1% 0.69% -
HSV(B) 8.25º 0.63% 1% -
XYZ 49.67 34.81 14.93 -
YUV 155.75 93.72 198.79 -
System Red Green Blue C M Y K H S L
Decimal 255 117 95 0 0.54 0.63 0 8.25 1 0.69
Hex FF 75 5F 0 36 3F 0 8 64 45
Octal 377 165 137 0 66 77 0 10 144 105
Binary 11111111 1110101 1011111 0 110110 111111 0 1000 1100100 1000101

Color Harmonies of #FF755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF755F

Black with #FF755F

Text Example


Text Example

White with #FF755F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF755F; }

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

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

background-color css

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

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

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

border-color css

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

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

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