Html Css Color HEX #F5855F Crusta

📋 copy color: '#F5855F'

red 245 ◦ green 133 ◦ blue 95

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

Shades of Crusta #F5855F

Tints of Crusta #F5855F

RGB

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

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

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

R = 51.8%
G = 28.12%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F5855F (or 0xF5855F) is known color: Crusta. HEX triplet: F5, 85 and 5F. RGB value is (245,133,95). Sum of RGB (Red+Green+Blue) = 245+133+95=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 95 (37.5% from 255 or 20.08% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F5855F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5855F is #0A7AA0. Grayscale: #A2A2A2. Windows color (decimal): -686753 or 6260213. OLE color: 6260213.

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

Color convert

RGB 245 133 95 -
CMYK 0 0.46 0.61 0.04
HSL 15.2º 0.88% 0.67% -
HSV(B) 15.2º 0.61% 0.96% -
XYZ 48.11 37.01 15.44 -
YUV 162.16 90.11 187.09 -
System Red Green Blue C M Y K H S L
Decimal 245 133 95 0 0.46 0.61 0.04 15.2 0.88 0.67
Hex F5 85 5F 0 2E 3D 4 F 58 43
Octal 365 205 137 0 56 75 4 17 130 103
Binary 11110101 10000101 1011111 0 101110 111101 100 1111 1011000 1000011

Color Harmonies of #F5855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5855F

Black with #F5855F

Text Example


Text Example

White with #F5855F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5855F; }

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

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

background-color css

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

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

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

border-color css

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

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

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