Html Css Color HEX #F5864A Crusta

📋 copy color: '#F5864A'

red 245 ◦ green 134 ◦ blue 74

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

Shades of Crusta #F5864A

Tints of Crusta #F5864A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.34%

R = 54.08%
G = 29.58%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F5864A (or 0xF5864A) is known color: Crusta. HEX triplet: F5, 86 and 4A. RGB value is (245,134,74). Sum of RGB (Red+Green+Blue) = 245+134+74=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F5864A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5864A is #0A79B5. Grayscale: #A0A0A0. Windows color (decimal): -686518 or 4884213. OLE color: 4884213.

HSL color Cylindrical-coordinate representation of color #F5864A: hue angle of 21.05º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F5864A is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 134 74 -
CMYK 0 0.45 0.70 0.04
HSL 21.05º 0.9% 0.63% -
HSV(B) 21.05º 0.7% 0.96% -
XYZ 47.42 36.96 11.11 -
YUV 160.35 79.27 188.38 -
System Red Green Blue C M Y K H S L
Decimal 245 134 74 0 0.45 0.70 0.04 21.05 0.9 0.63
Hex F5 86 4A 0 2D 46 4 15 5A 3F
Octal 365 206 112 0 55 106 4 25 132 77
Binary 11110101 10000110 1001010 0 101101 1000110 100 10101 1011010 111111

Color Harmonies of #F5864A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5864A

Black with #F5864A

Text Example


Text Example

White with #F5864A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5864A; }

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

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

background-color css

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

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

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

border-color css

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

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

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