Html Css Color HEX #FE605D Bittersweet

📋 copy color: '#FE605D'

red 254 ◦ green 96 ◦ blue 93

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

Shades of Bittersweet #FE605D

Tints of Bittersweet #FE605D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.67%

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

R = 57.34%
G = 21.67%
B = 20.99%

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

#FE605D (or 0xFE605D) is known color: Bittersweet. HEX triplet: FE, 60 and 5D. RGB value is (254,96,93). Sum of RGB (Red+Green+Blue) = 254+96+93=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE605D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE605D is #019FA2. Grayscale: #8F8F8F. Windows color (decimal): -106403 or 6119678. OLE color: 6119678.

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

Color convert

RGB 254 96 93 -
CMYK 0 0.62 0.63 0.00
HSL 1.12º 0.99% 0.68% -
HSV(B) 1.12º 0.63% 1% -
XYZ 47.03 30.23 13.71 -
YUV 142.9 99.85 207.24 -
System Red Green Blue C M Y K H S L
Decimal 254 96 93 0 0.62 0.63 0.00 1.12 0.99 0.68
Hex FE 60 5D 0 3E 3F 0 1 63 44
Octal 376 140 135 0 76 77 0 1 143 104
Binary 11111110 1100000 1011101 0 111110 111111 0 1 1100011 1000100

Color Harmonies of #FE605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE605D

Black with #FE605D

Text Example


Text Example

White with #FE605D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE605D; }

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

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

background-color css

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

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

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

border-color css

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

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

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