Html Css Color HEX #F18756 Crusta

📋 copy color: '#F18756'

red 241 ◦ green 135 ◦ blue 86

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

Shades of Crusta #F18756

Tints of Crusta #F18756

RGB

 RED value IS 241 (94.53% from 255) = 52.16%

 GREEN value IS 135 (53.13% from 255) = 29.22%

 BLUE value IS 86 (33.98% from 255) = 18.61%

R = 52.16%
G = 29.22%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F18756 (or 0xF18756) is known color: Crusta. HEX triplet: F1, 87 and 56. RGB value is (241,135,86). Sum of RGB (Red+Green+Blue) = 241+135+86=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 86 (33.98% from 255 or 18.61% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F18756 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18756 is #0E78A9. Grayscale: #A1A1A1. Windows color (decimal): -948394 or 5670897. OLE color: 5670897.

HSL color Cylindrical-coordinate representation of color #F18756: hue angle of 18.97º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F18756 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 135 86 -
CMYK 0 0.44 0.64 0.05
HSL 18.97º 0.85% 0.64% -
HSV(B) 18.97º 0.64% 0.95% -
XYZ 46.62 36.7 13.43 -
YUV 161.11 85.62 184.98 -
System Red Green Blue C M Y K H S L
Decimal 241 135 86 0 0.44 0.64 0.05 18.97 0.85 0.64
Hex F1 87 56 0 2C 40 5 13 55 40
Octal 361 207 126 0 54 100 5 23 125 100
Binary 11110001 10000111 1010110 0 101100 1000000 101 10011 1010101 1000000

Color Harmonies of #F18756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18756

Black with #F18756

Text Example


Text Example

White with #F18756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18756; }

 p { color: rgb(241,135,86); }

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

background-color css

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

 a { background-color: rgb(241,135,86); }

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

border-color css

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

 span { border-color: rgb(241,135,86); }

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