#FE6F5C

Color #FE6F5C Bittersweet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bittersweet #FE6F5C

Tints of Bittersweet #FE6F5C

Color information

#FE6F5C (or 0xFE6F5C) is unknown color: approx Bittersweet. HEX triplet: FE, 6F and 5C. RGB value is (254,111,92). Sum of RGB (Red+Green+Blue) = 254+111+92=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6F5C is #0190A3. Grayscale: #979797. Windows color (decimal): -102564 or 6057982. OLE color: 6057982.

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

Color convert

RGB25411192-
CMYK00.560.640.00
HSL7.04º98.78%67.84%-
HSV(B)7.04º63.78%99.61%-
XYZ48.4933.2113.98-
YUV151.5994.38201.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.58%
GREEN value IS 111 (43.75% from 255) = 24.29%
BLUE value IS 92 (36.33% from 255) = 20.13%
R=55.58%
G=24.29%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541119200.560.640.007.0498.7867.84
HexFE6F5C03840076344
Octal37615713407010007143104
Binary111111101101111101110001110001000000011111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6F5C; }

 p { color: rgb(254,111,92); }

 H1.HeaderClassName
 {
   color: #FE6F5C;
 }
 .AnyTagClassName
 {
   color: #FE6F5C;
 }
</style>
background-color css

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

 a { background-color: rgb(254,111,92); }

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

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

 span { border-color: rgb(254,111,92); }

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