Html Css Color HEX #FE655F Bittersweet

📋 copy color: '#FE655F'

red 254 ◦ green 101 ◦ blue 95

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

Shades of Bittersweet #FE655F

Tints of Bittersweet #FE655F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.44%

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

R = 56.44%
G = 22.44%
B = 21.11%

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

#FE655F (or 0xFE655F) is known color: Bittersweet. HEX triplet: FE, 65 and 5F. RGB value is (254,101,95). Sum of RGB (Red+Green+Blue) = 254+101+95=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE655F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE655F is #019AA0. Grayscale: #929292. Windows color (decimal): -105121 or 6252030. OLE color: 6252030.

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

Color convert

RGB 254 101 95 -
CMYK 0 0.60 0.63 0.00
HSL 2.26º 0.99% 0.68% -
HSV(B) 2.26º 0.63% 1% -
XYZ 47.59 31.2 14.34 -
YUV 146.06 99.19 204.99 -
System Red Green Blue C M Y K H S L
Decimal 254 101 95 0 0.60 0.63 0.00 2.26 0.99 0.68
Hex FE 65 5F 0 3C 3F 0 2 63 44
Octal 376 145 137 0 74 77 0 2 143 104
Binary 11111110 1100101 1011111 0 111100 111111 0 10 1100011 1000100

Color Harmonies of #FE655F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE655F

Black with #FE655F

Text Example


Text Example

White with #FE655F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE655F; }

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

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

background-color css

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

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

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

border-color css

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

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

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