Html Css Color HEX #F58A64 Crusta

📋 copy color: '#F58A64'

red 245 ◦ green 138 ◦ blue 100

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

Shades of Crusta #F58A64

Tints of Crusta #F58A64

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.57%

 BLUE value IS 100 (39.45% from 255) = 20.7%

R = 50.72%
G = 28.57%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F58A64 (or 0xF58A64) is known color: Crusta. HEX triplet: F5, 8A and 64. RGB value is (245,138,100). Sum of RGB (Red+Green+Blue) = 245+138+100=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F58A64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58A64 is #0A759B. Grayscale: #A5A5A5. Windows color (decimal): -685468 or 6589173. OLE color: 6589173.

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

Color convert

RGB 245 138 100 -
CMYK 0 0.44 0.59 0.04
HSL 15.72º 0.88% 0.68% -
HSV(B) 15.72º 0.59% 0.96% -
XYZ 49.04 38.51 16.9 -
YUV 165.66 90.95 184.59 -
System Red Green Blue C M Y K H S L
Decimal 245 138 100 0 0.44 0.59 0.04 15.72 0.88 0.68
Hex F5 8A 64 0 2C 3B 4 10 58 44
Octal 365 212 144 0 54 73 4 20 130 104
Binary 11110101 10001010 1100100 0 101100 111011 100 10000 1011000 1000100

Color Harmonies of #F58A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58A64

Black with #F58A64

Text Example


Text Example

White with #F58A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58A64; }

 p { color: rgb(245,138,100); }

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

background-color css

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

 a { background-color: rgb(245,138,100); }

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

border-color css

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

 span { border-color: rgb(245,138,100); }

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