Html Css Color HEX #FF895F Crusta

📋 copy color: '#FF895F'

red 255 ◦ green 137 ◦ blue 95

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

Shades of Crusta #FF895F

Tints of Crusta #FF895F

RGB

 RED value IS 255 (100% from 255) = 52.36%

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

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

R = 52.36%
G = 28.13%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF895F (or 0xFF895F) is known color: Crusta. HEX triplet: FF, 89 and 5F. RGB value is (255,137,95). Sum of RGB (Red+Green+Blue) = 255+137+95=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 95 (37.5% from 255 or 19.51% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF895F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF895F is #0076A0. Grayscale: #A7A7A7. Windows color (decimal): -30369 or 6261247. OLE color: 6261247.

HSL color Cylindrical-coordinate representation of color #FF895F: hue angle of 15.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF895F is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB 255 137 95 -
CMYK 0 0.46 0.63 0
HSL 15.75º 1% 0.69% -
HSV(B) 15.75º 0.63% 1% -
XYZ 52.25 39.98 15.79 -
YUV 167.49 87.09 190.42 -
System Red Green Blue C M Y K H S L
Decimal 255 137 95 0 0.46 0.63 0 15.75 1 0.69
Hex FF 89 5F 0 2E 3F 0 10 64 45
Octal 377 211 137 0 56 77 0 20 144 105
Binary 11111111 10001001 1011111 0 101110 111111 0 10000 1100100 1000101

Color Harmonies of #FF895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF895F

Black with #FF895F

Text Example


Text Example

White with #FF895F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF895F; }

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

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

background-color css

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

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

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

border-color css

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

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

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