Html Css Color HEX #FF8E58 Crusta

📋 copy color: '#FF8E58'

red 255 ◦ green 142 ◦ blue 88

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

Shades of Crusta #FF8E58

Tints of Crusta #FF8E58

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.28%

 BLUE value IS 88 (34.77% from 255) = 18.14%

R = 52.58%
G = 29.28%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF8E58 (or 0xFF8E58) is known color: Crusta. HEX triplet: FF, 8E and 58. RGB value is (255,142,88). Sum of RGB (Red+Green+Blue) = 255+142+88=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 88 (34.77% from 255 or 18.14% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8E58 is #0071A7. Grayscale: #A9A9A9. Windows color (decimal): -29096 or 5803775. OLE color: 5803775.

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

Color convert

RGB 255 142 88 -
CMYK 0 0.44 0.65 0
HSL 19.4º 1% 0.67% -
HSV(B) 19.4º 0.65% 1% -
XYZ 52.67 41.31 14.43 -
YUV 169.63 81.94 188.89 -
System Red Green Blue C M Y K H S L
Decimal 255 142 88 0 0.44 0.65 0 19.4 1 0.67
Hex FF 8E 58 0 2C 41 0 13 64 43
Octal 377 216 130 0 54 101 0 23 144 103
Binary 11111111 10001110 1011000 0 101100 1000001 0 10011 1100100 1000011

Color Harmonies of #FF8E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8E58

Black with #FF8E58

Text Example


Text Example

White with #FF8E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8E58; }

 p { color: rgb(255,142,88); }

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

background-color css

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

 a { background-color: rgb(255,142,88); }

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

border-color css

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

 span { border-color: rgb(255,142,88); }

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