Html Css Color HEX #FE6F5D Bittersweet

📋 copy color: '#FE6F5D'

red 254 ◦ green 111 ◦ blue 93

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

Shades of Bittersweet #FE6F5D

Tints of Bittersweet #FE6F5D

RGB

 RED value IS 254 (99.61% from 255) = 55.46%

 GREEN value IS 111 (43.75% from 255) = 24.24%

 BLUE value IS 93 (36.72% from 255) = 20.31%

R = 55.46%
G = 24.24%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE6F5D (or 0xFE6F5D) is known color: Bittersweet. HEX triplet: FE, 6F and 5D. RGB value is (254,111,93). Sum of RGB (Red+Green+Blue) = 254+111+93=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 93 (36.72% from 255 or 20.31% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6F5D is #0190A2. Grayscale: #979797. Windows color (decimal): -102563 or 6123518. OLE color: 6123518.

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

Color convert

RGB 254 111 93 -
CMYK 0 0.56 0.63 0.00
HSL 6.71º 0.99% 0.68% -
HSV(B) 6.71º 0.63% 1% -
XYZ 48.53 33.23 14.21 -
YUV 151.71 94.88 200.96 -
System Red Green Blue C M Y K H S L
Decimal 254 111 93 0 0.56 0.63 0.00 6.71 0.99 0.68
Hex FE 6F 5D 0 38 3F 0 7 63 44
Octal 376 157 135 0 70 77 0 7 143 104
Binary 11111110 1101111 1011101 0 111000 111111 0 111 1100011 1000100

Color Harmonies of #FE6F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6F5D

Black with #FE6F5D

Text Example


Text Example

White with #FE6F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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