Html Css Color HEX #F5855E Crusta

📋 copy color: '#F5855E'

red 245 ◦ green 133 ◦ blue 94

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

Shades of Crusta #F5855E

Tints of Crusta #F5855E

RGB

 RED value IS 245 (96.09% from 255) = 51.91%

 GREEN value IS 133 (52.34% from 255) = 28.18%

 BLUE value IS 94 (37.11% from 255) = 19.92%

R = 51.91%
G = 28.18%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5855E (or 0xF5855E) is known color: Crusta. HEX triplet: F5, 85 and 5E. RGB value is (245,133,94). Sum of RGB (Red+Green+Blue) = 245+133+94=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 94 (37.11% from 255 or 19.92% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F5855E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5855E is #0A7AA1. Grayscale: #A2A2A2. Windows color (decimal): -686754 or 6194677. OLE color: 6194677.

HSL color Cylindrical-coordinate representation of color #F5855E: hue angle of 15.5º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5855E is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 133 94 -
CMYK 0 0.46 0.62 0.04
HSL 15.5º 0.88% 0.66% -
HSV(B) 15.5º 0.62% 0.96% -
XYZ 48.06 37 15.2 -
YUV 162.04 89.61 187.17 -
System Red Green Blue C M Y K H S L
Decimal 245 133 94 0 0.46 0.62 0.04 15.5 0.88 0.66
Hex F5 85 5E 0 2E 3E 4 F 58 42
Octal 365 205 136 0 56 76 4 17 130 102
Binary 11110101 10000101 1011110 0 101110 111110 100 1111 1011000 1000010

Color Harmonies of #F5855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5855E

Black with #F5855E

Text Example


Text Example

White with #F5855E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5855E; }

 p { color: rgb(245,133,94); }

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

background-color css

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

 a { background-color: rgb(245,133,94); }

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

border-color css

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

 span { border-color: rgb(245,133,94); }

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