Html Css Color HEX #F5855A Crusta

📋 copy color: '#F5855A'

red 245 ◦ green 133 ◦ blue 90

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

Shades of Crusta #F5855A

Tints of Crusta #F5855A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.23%

R = 52.35%
G = 28.42%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F5855A (or 0xF5855A) is known color: Crusta. HEX triplet: F5, 85 and 5A. RGB value is (245,133,90). Sum of RGB (Red+Green+Blue) = 245+133+90=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F5855A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5855A is #0A7AA5. Grayscale: #A1A1A1. Windows color (decimal): -686758 or 5932533. OLE color: 5932533.

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

Color convert

RGB 245 133 90 -
CMYK 0 0.46 0.63 0.04
HSL 16.65º 0.89% 0.66% -
HSV(B) 16.65º 0.63% 0.96% -
XYZ 47.89 36.93 14.28 -
YUV 161.59 87.61 187.5 -
System Red Green Blue C M Y K H S L
Decimal 245 133 90 0 0.46 0.63 0.04 16.65 0.89 0.66
Hex F5 85 5A 0 2E 3F 4 11 59 42
Octal 365 205 132 0 56 77 4 21 131 102
Binary 11110101 10000101 1011010 0 101110 111111 100 10001 1011001 1000010

Color Harmonies of #F5855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5855A

Black with #F5855A

Text Example


Text Example

White with #F5855A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5855A; }

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

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

background-color css

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

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

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

border-color css

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

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

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