Html Css Color HEX #FE645A Bittersweet

📋 copy color: '#FE645A'

red 254 ◦ green 100 ◦ blue 90

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

Shades of Bittersweet #FE645A

Tints of Bittersweet #FE645A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.27%

R = 57.21%
G = 22.52%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE645A (or 0xFE645A) is known color: Bittersweet. HEX triplet: FE, 64 and 5A. RGB value is (254,100,90). Sum of RGB (Red+Green+Blue) = 254+100+90=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE645A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE645A is #019BA5. Grayscale: #919191. Windows color (decimal): -105382 or 5924094. OLE color: 5924094.

HSL color Cylindrical-coordinate representation of color #FE645A: hue angle of 3.66º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE645A is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 100 90 -
CMYK 0 0.61 0.65 0.00
HSL 3.66º 0.99% 0.67% -
HSV(B) 3.66º 0.65% 1% -
XYZ 47.28 30.92 13.15 -
YUV 144.91 97.02 205.81 -
System Red Green Blue C M Y K H S L
Decimal 254 100 90 0 0.61 0.65 0.00 3.66 0.99 0.67
Hex FE 64 5A 0 3D 41 0 4 63 43
Octal 376 144 132 0 75 101 0 4 143 103
Binary 11111110 1100100 1011010 0 111101 1000001 0 100 1100011 1000011

Color Harmonies of #FE645A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE645A

Black with #FE645A

Text Example


Text Example

White with #FE645A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE645A; }

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

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

background-color css

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

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

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

border-color css

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

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

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