Html Css Color HEX #F5855C Crusta

📋 copy color: '#F5855C'

red 245 ◦ green 133 ◦ blue 92

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

Shades of Crusta #F5855C

Tints of Crusta #F5855C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.57%

R = 52.13%
G = 28.3%
B = 19.57%

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

#F5855C (or 0xF5855C) is known color: Crusta. HEX triplet: F5, 85 and 5C. RGB value is (245,133,92). Sum of RGB (Red+Green+Blue) = 245+133+92=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F5855C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5855C is #0A7AA3. Grayscale: #A2A2A2. Windows color (decimal): -686756 or 6063605. OLE color: 6063605.

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

Color convert

RGB 245 133 92 -
CMYK 0 0.46 0.62 0.04
HSL 16.08º 0.88% 0.66% -
HSV(B) 16.08º 0.62% 0.96% -
XYZ 47.98 36.96 14.73 -
YUV 161.81 88.61 187.33 -
System Red Green Blue C M Y K H S L
Decimal 245 133 92 0 0.46 0.62 0.04 16.08 0.88 0.66
Hex F5 85 5C 0 2E 3E 4 10 58 42
Octal 365 205 134 0 56 76 4 20 130 102
Binary 11110101 10000101 1011100 0 101110 111110 100 10000 1011000 1000010

Color Harmonies of #F5855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5855C

Black with #F5855C

Text Example


Text Example

White with #F5855C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5855C; }

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

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

background-color css

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

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

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

border-color css

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

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

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