Html Css Color HEX #F58362 Crusta

📋 copy color: '#F58362'

red 245 ◦ green 131 ◦ blue 98

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

Shades of Crusta #F58362

Tints of Crusta #F58362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.68%

R = 51.69%
G = 27.64%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.6

 K value IS 0.04

RGB Variations

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

Color information

#F58362 (or 0xF58362) is known color: Crusta. HEX triplet: F5, 83 and 62. RGB value is (245,131,98). Sum of RGB (Red+Green+Blue) = 245+131+98=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F58362 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58362 is #0A7C9D. Grayscale: #A1A1A1. Windows color (decimal): -687262 or 6456309. OLE color: 6456309.

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

Color convert

RGB 245 131 98 -
CMYK 0 0.47 0.6 0.04
HSL 13.47º 0.88% 0.67% -
HSV(B) 13.47º 0.6% 0.96% -
XYZ 47.98 36.53 16.08 -
YUV 161.32 92.27 187.68 -
System Red Green Blue C M Y K H S L
Decimal 245 131 98 0 0.47 0.6 0.04 13.47 0.88 0.67
Hex F5 83 62 0 2F 3C 4 D 58 43
Octal 365 203 142 0 57 74 4 15 130 103
Binary 11110101 10000011 1100010 0 101111 111100 100 1101 1011000 1000011

Color Harmonies of #F58362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58362

Black with #F58362

Text Example


Text Example

White with #F58362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58362; }

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

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

background-color css

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

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

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

border-color css

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

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

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