Html Css Color HEX #FE895F Crusta

📋 copy color: '#FE895F'

red 254 ◦ green 137 ◦ blue 95

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

Shades of Crusta #FE895F

Tints of Crusta #FE895F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.19%

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

R = 52.26%
G = 28.19%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE895F (or 0xFE895F) is known color: Crusta. HEX triplet: FE, 89 and 5F. RGB value is (254,137,95). Sum of RGB (Red+Green+Blue) = 254+137+95=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 95 (37.5% from 255 or 19.55% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE895F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE895F is #0176A0. Grayscale: #A7A7A7. Windows color (decimal): -95905 or 6261246. OLE color: 6261246.

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

Color convert

RGB 254 137 95 -
CMYK 0 0.46 0.63 0.00
HSL 15.85º 0.99% 0.68% -
HSV(B) 15.85º 0.63% 1% -
XYZ 51.88 39.79 15.77 -
YUV 167.2 87.26 189.92 -
System Red Green Blue C M Y K H S L
Decimal 254 137 95 0 0.46 0.63 0.00 15.85 0.99 0.68
Hex FE 89 5F 0 2E 3F 0 10 63 44
Octal 376 211 137 0 56 77 0 20 143 104
Binary 11111110 10001001 1011111 0 101110 111111 0 10000 1100011 1000100

Color Harmonies of #FE895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE895F

Black with #FE895F

Text Example


Text Example

White with #FE895F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE895F; }

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

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

background-color css

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

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

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

border-color css

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

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

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