Html Css Color HEX #F5835F Crusta

📋 copy color: '#F5835F'

red 245 ◦ green 131 ◦ blue 95

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

Shades of Crusta #F5835F

Tints of Crusta #F5835F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.81%

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

R = 52.02%
G = 27.81%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F5835F (or 0xF5835F) is known color: Crusta. HEX triplet: F5, 83 and 5F. RGB value is (245,131,95). Sum of RGB (Red+Green+Blue) = 245+131+95=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 95 (37.5% from 255 or 20.17% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F5835F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5835F is #0A7CA0. Grayscale: #A1A1A1. Windows color (decimal): -687265 or 6259701. OLE color: 6259701.

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

Color convert

RGB 245 131 95 -
CMYK 0 0.47 0.61 0.04
HSL 14.4º 0.88% 0.67% -
HSV(B) 14.4º 0.61% 0.96% -
XYZ 47.84 36.47 15.34 -
YUV 160.98 90.77 187.93 -
System Red Green Blue C M Y K H S L
Decimal 245 131 95 0 0.47 0.61 0.04 14.4 0.88 0.67
Hex F5 83 5F 0 2F 3D 4 E 58 43
Octal 365 203 137 0 57 75 4 16 130 103
Binary 11110101 10000011 1011111 0 101111 111101 100 1110 1011000 1000011

Color Harmonies of #F5835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5835F

Black with #F5835F

Text Example


Text Example

White with #F5835F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5835F; }

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

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

background-color css

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

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

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

border-color css

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

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

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