Html Css Color HEX #FE665F Bittersweet

📋 copy color: '#FE665F'

red 254 ◦ green 102 ◦ blue 95

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

Shades of Bittersweet #FE665F

Tints of Bittersweet #FE665F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.62%

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

R = 56.32%
G = 22.62%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE665F (or 0xFE665F) is known color: Bittersweet. HEX triplet: FE, 66 and 5F. RGB value is (254,102,95). Sum of RGB (Red+Green+Blue) = 254+102+95=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE665F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE665F is #0199A0. Grayscale: #929292. Windows color (decimal): -104865 or 6252286. OLE color: 6252286.

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

Color convert

RGB 254 102 95 -
CMYK 0 0.60 0.63 0.00
HSL 2.64º 0.99% 0.68% -
HSV(B) 2.64º 0.63% 1% -
XYZ 47.69 31.4 14.37 -
YUV 146.65 98.86 204.57 -
System Red Green Blue C M Y K H S L
Decimal 254 102 95 0 0.60 0.63 0.00 2.64 0.99 0.68
Hex FE 66 5F 0 3C 3F 0 3 63 44
Octal 376 146 137 0 74 77 0 3 143 104
Binary 11111110 1100110 1011111 0 111100 111111 0 11 1100011 1000100

Color Harmonies of #FE665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE665F

Black with #FE665F

Text Example


Text Example

White with #FE665F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE665F; }

 p { color: rgb(254,102,95); }

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

background-color css

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

 a { background-color: rgb(254,102,95); }

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

border-color css

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

 span { border-color: rgb(254,102,95); }

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