Html Css Color HEX #FE645D Bittersweet

📋 copy color: '#FE645D'

red 254 ◦ green 100 ◦ blue 93

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

Shades of Bittersweet #FE645D

Tints of Bittersweet #FE645D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.37%

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

R = 56.82%
G = 22.37%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE645D (or 0xFE645D) is known color: Bittersweet. HEX triplet: FE, 64 and 5D. RGB value is (254,100,93). Sum of RGB (Red+Green+Blue) = 254+100+93=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE645D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE645D is #019BA2. Grayscale: #919191. Windows color (decimal): -105379 or 6120702. OLE color: 6120702.

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

Color convert

RGB 254 100 93 -
CMYK 0 0.61 0.63 0.00
HSL 2.61º 0.99% 0.68% -
HSV(B) 2.61º 0.63% 1% -
XYZ 47.41 30.98 13.84 -
YUV 145.25 98.52 205.57 -
System Red Green Blue C M Y K H S L
Decimal 254 100 93 0 0.61 0.63 0.00 2.61 0.99 0.68
Hex FE 64 5D 0 3D 3F 0 3 63 44
Octal 376 144 135 0 75 77 0 3 143 104
Binary 11111110 1100100 1011101 0 111101 111111 0 11 1100011 1000100

Color Harmonies of #FE645D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE645D

Black with #FE645D

Text Example


Text Example

White with #FE645D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE645D; }

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

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

background-color css

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

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

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

border-color css

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

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

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