Html Css Color HEX #F58D4E Crusta

📋 copy color: '#F58D4E'

red 245 ◦ green 141 ◦ blue 78

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

Shades of Crusta #F58D4E

Tints of Crusta #F58D4E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.39%

 BLUE value IS 78 (30.86% from 255) = 16.81%

R = 52.8%
G = 30.39%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F58D4E (or 0xF58D4E) is known color: Crusta. HEX triplet: F5, 8D and 4E. RGB value is (245,141,78). Sum of RGB (Red+Green+Blue) = 245+141+78=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 78 (30.86% from 255 or 16.81% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F58D4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58D4E is #0A72B1. Grayscale: #A5A5A5. Windows color (decimal): -684722 or 5148149. OLE color: 5148149.

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

Color convert

RGB 245 141 78 -
CMYK 0 0.42 0.68 0.04
HSL 22.63º 0.89% 0.63% -
HSV(B) 22.63º 0.68% 0.96% -
XYZ 48.56 39.01 12.18 -
YUV 164.91 78.96 185.12 -
System Red Green Blue C M Y K H S L
Decimal 245 141 78 0 0.42 0.68 0.04 22.63 0.89 0.63
Hex F5 8D 4E 0 2A 44 4 17 59 3F
Octal 365 215 116 0 52 104 4 27 131 77
Binary 11110101 10001101 1001110 0 101010 1000100 100 10111 1011001 111111

Color Harmonies of #F58D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58D4E

Black with #F58D4E

Text Example


Text Example

White with #F58D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58D4E; }

 p { color: rgb(245,141,78); }

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

background-color css

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

 a { background-color: rgb(245,141,78); }

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

border-color css

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

 span { border-color: rgb(245,141,78); }

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