Html Css Color HEX #F5864E Crusta

📋 copy color: '#F5864E'

red 245 ◦ green 134 ◦ blue 78

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

Shades of Crusta #F5864E

Tints of Crusta #F5864E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.32%

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

R = 53.61%
G = 29.32%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F5864E (or 0xF5864E) is known color: Crusta. HEX triplet: F5, 86 and 4E. RGB value is (245,134,78). Sum of RGB (Red+Green+Blue) = 245+134+78=457 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.61% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 78 (30.86% from 255 or 17.07% from 457); Max value from RGB is 245 - color contains mainly: red. Hex color #F5864E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5864E is #0A79B1. Grayscale: #A1A1A1. Windows color (decimal): -686514 or 5146357. OLE color: 5146357.

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

Color convert

RGB 245 134 78 -
CMYK 0 0.45 0.68 0.04
HSL 20.12º 0.89% 0.63% -
HSV(B) 20.12º 0.68% 0.96% -
XYZ 47.56 37.01 11.85 -
YUV 160.81 81.27 188.05 -
System Red Green Blue C M Y K H S L
Decimal 245 134 78 0 0.45 0.68 0.04 20.12 0.89 0.63
Hex F5 86 4E 0 2D 44 4 14 59 3F
Octal 365 206 116 0 55 104 4 24 131 77
Binary 11110101 10000110 1001110 0 101101 1000100 100 10100 1011001 111111

Color Harmonies of #F5864E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5864E

Black with #F5864E

Text Example


Text Example

White with #F5864E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5864E; }

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

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

background-color css

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

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

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

border-color css

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

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

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