Html Css Color HEX #F5894F Crusta

📋 copy color: '#F5894F'

red 245 ◦ green 137 ◦ blue 79

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

Shades of Crusta #F5894F

Tints of Crusta #F5894F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.72%

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

R = 53.15%
G = 29.72%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F5894F (or 0xF5894F) is known color: Crusta. HEX triplet: F5, 89 and 4F. RGB value is (245,137,79). Sum of RGB (Red+Green+Blue) = 245+137+79=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 79 (31.25% from 255 or 17.14% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F5894F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5894F is #0A76B0. Grayscale: #A3A3A3. Windows color (decimal): -685745 or 5212661. OLE color: 5212661.

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

Color convert

RGB 245 137 79 -
CMYK 0 0.44 0.68 0.04
HSL 20.96º 0.89% 0.64% -
HSV(B) 20.96º 0.68% 0.96% -
XYZ 48.01 37.87 12.18 -
YUV 162.68 80.78 186.72 -
System Red Green Blue C M Y K H S L
Decimal 245 137 79 0 0.44 0.68 0.04 20.96 0.89 0.64
Hex F5 89 4F 0 2C 44 4 15 59 40
Octal 365 211 117 0 54 104 4 25 131 100
Binary 11110101 10001001 1001111 0 101100 1000100 100 10101 1011001 1000000

Color Harmonies of #F5894F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5894F

Black with #F5894F

Text Example


Text Example

White with #F5894F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5894F; }

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

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

background-color css

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

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

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

border-color css

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

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

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