Html Css Color HEX #FF6C5E Bittersweet

📋 copy color: '#FF6C5E'

red 255 ◦ green 108 ◦ blue 94

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

Shades of Bittersweet #FF6C5E

Tints of Bittersweet #FF6C5E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.63%

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

R = 55.8%
G = 23.63%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF6C5E (or 0xFF6C5E) is known color: Bittersweet. HEX triplet: FF, 6C and 5E. RGB value is (255,108,94). Sum of RGB (Red+Green+Blue) = 255+108+94=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6C5E is #0093A1. Grayscale: #969696. Windows color (decimal): -37794 or 6188287. OLE color: 6188287.

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

Color convert

RGB 255 108 94 -
CMYK 0 0.58 0.63 0
HSL 5.22º 1% 0.68% -
HSV(B) 5.22º 0.63% 1% -
XYZ 48.62 32.79 14.36 -
YUV 150.36 96.2 202.64 -
System Red Green Blue C M Y K H S L
Decimal 255 108 94 0 0.58 0.63 0 5.22 1 0.68
Hex FF 6C 5E 0 3A 3F 0 5 64 44
Octal 377 154 136 0 72 77 0 5 144 104
Binary 11111111 1101100 1011110 0 111010 111111 0 101 1100100 1000100

Color Harmonies of #FF6C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6C5E

Black with #FF6C5E

Text Example


Text Example

White with #FF6C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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