Html Css Color HEX #F5854F Crusta

📋 copy color: '#F5854F'

red 245 ◦ green 133 ◦ blue 79

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

Shades of Crusta #F5854F

Tints of Crusta #F5854F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.1%

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

R = 53.61%
G = 29.1%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F5854F (or 0xF5854F) is known color: Crusta. HEX triplet: F5, 85 and 4F. RGB value is (245,133,79). Sum of RGB (Red+Green+Blue) = 245+133+79=457 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.61% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 79 (31.25% from 255 or 17.29% from 457); Max value from RGB is 245 - color contains mainly: red. Hex color #F5854F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5854F is #0A7AB0. Grayscale: #A0A0A0. Windows color (decimal): -686769 or 5211637. OLE color: 5211637.

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

Color convert

RGB 245 133 79 -
CMYK 0 0.46 0.68 0.04
HSL 19.52º 0.89% 0.64% -
HSV(B) 19.52º 0.68% 0.96% -
XYZ 47.46 36.75 11.99 -
YUV 160.33 82.11 188.39 -
System Red Green Blue C M Y K H S L
Decimal 245 133 79 0 0.46 0.68 0.04 19.52 0.89 0.64
Hex F5 85 4F 0 2E 44 4 14 59 40
Octal 365 205 117 0 56 104 4 24 131 100
Binary 11110101 10000101 1001111 0 101110 1000100 100 10100 1011001 1000000

Color Harmonies of #F5854F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5854F

Black with #F5854F

Text Example


Text Example

White with #F5854F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5854F; }

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

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

background-color css

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

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

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

border-color css

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

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

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