Html Css Color HEX #F5845B Crusta

📋 copy color: '#F5845B'

red 245 ◦ green 132 ◦ blue 91

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

Shades of Crusta #F5845B

Tints of Crusta #F5845B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.21%

 BLUE value IS 91 (35.94% from 255) = 19.44%

R = 52.35%
G = 28.21%
B = 19.44%

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

#F5845B (or 0xF5845B) is known color: Crusta. HEX triplet: F5, 84 and 5B. RGB value is (245,132,91). Sum of RGB (Red+Green+Blue) = 245+132+91=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 91 (35.94% from 255 or 19.44% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F5845B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5845B is #0A7BA4. Grayscale: #A1A1A1. Windows color (decimal): -687013 or 5997813. OLE color: 5997813.

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

Color convert

RGB 245 132 91 -
CMYK 0 0.46 0.63 0.04
HSL 15.97º 0.89% 0.66% -
HSV(B) 15.97º 0.63% 0.96% -
XYZ 47.8 36.67 14.46 -
YUV 161.11 88.44 187.83 -
System Red Green Blue C M Y K H S L
Decimal 245 132 91 0 0.46 0.63 0.04 15.97 0.89 0.66
Hex F5 84 5B 0 2E 3F 4 10 59 42
Octal 365 204 133 0 56 77 4 20 131 102
Binary 11110101 10000100 1011011 0 101110 111111 100 10000 1011001 1000010

Color Harmonies of #F5845B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5845B

Black with #F5845B

Text Example


Text Example

White with #F5845B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5845B; }

 p { color: rgb(245,132,91); }

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

background-color css

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

 a { background-color: rgb(245,132,91); }

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

border-color css

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

 span { border-color: rgb(245,132,91); }

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