Html Css Color HEX #FE615F Bittersweet

📋 copy color: '#FE615F'

red 254 ◦ green 97 ◦ blue 95

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

Shades of Bittersweet #FE615F

Tints of Bittersweet #FE615F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.75%

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

R = 56.95%
G = 21.75%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE615F (or 0xFE615F) is known color: Bittersweet. HEX triplet: FE, 61 and 5F. RGB value is (254,97,95). Sum of RGB (Red+Green+Blue) = 254+97+95=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE615F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE615F is #019EA0. Grayscale: #8F8F8F. Windows color (decimal): -106145 or 6251006. OLE color: 6251006.

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

Color convert

RGB 254 97 95 -
CMYK 0 0.62 0.63 0.00
HSL 0.75º 0.99% 0.68% -
HSV(B) 0.75º 0.63% 1% -
XYZ 47.21 30.45 14.21 -
YUV 143.72 100.51 206.66 -
System Red Green Blue C M Y K H S L
Decimal 254 97 95 0 0.62 0.63 0.00 0.75 0.99 0.68
Hex FE 61 5F 0 3E 3F 0 1 63 44
Octal 376 141 137 0 76 77 0 1 143 104
Binary 11111110 1100001 1011111 0 111110 111111 0 1 1100011 1000100

Color Harmonies of #FE615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE615F

Black with #FE615F

Text Example


Text Example

White with #FE615F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE615F; }

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

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

background-color css

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

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

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

border-color css

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

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

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