Html Css Color HEX #F5864F Crusta

📋 copy color: '#F5864F'

red 245 ◦ green 134 ◦ blue 79

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

Shades of Crusta #F5864F

Tints of Crusta #F5864F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.25%

R = 53.49%
G = 29.26%
B = 17.25%

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

#F5864F (or 0xF5864F) is known color: Crusta. HEX triplet: F5, 86 and 4F. RGB value is (245,134,79). Sum of RGB (Red+Green+Blue) = 245+134+79=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 79 (31.25% from 255 or 17.25% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F5864F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5864F is #0A79B0. Grayscale: #A1A1A1. Windows color (decimal): -686513 or 5211893. OLE color: 5211893.

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

Color convert

RGB 245 134 79 -
CMYK 0 0.45 0.68 0.04
HSL 19.88º 0.89% 0.64% -
HSV(B) 19.88º 0.68% 0.96% -
XYZ 47.59 37.03 12.04 -
YUV 160.92 81.77 187.97 -
System Red Green Blue C M Y K H S L
Decimal 245 134 79 0 0.45 0.68 0.04 19.88 0.89 0.64
Hex F5 86 4F 0 2D 44 4 14 59 40
Octal 365 206 117 0 55 104 4 24 131 100
Binary 11110101 10000110 1001111 0 101101 1000100 100 10100 1011001 1000000

Color Harmonies of #F5864F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5864F

Black with #F5864F

Text Example


Text Example

White with #F5864F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5864F; }

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

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

background-color css

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

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

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

border-color css

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

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

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