Html Css Color HEX #F18A56 Crusta

📋 copy color: '#F18A56'

red 241 ◦ green 138 ◦ blue 86

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

Shades of Crusta #F18A56

Tints of Crusta #F18A56

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.68%

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

R = 51.83%
G = 29.68%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F18A56 (or 0xF18A56) is known color: Crusta. HEX triplet: F1, 8A and 56. RGB value is (241,138,86). Sum of RGB (Red+Green+Blue) = 241+138+86=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 86 (33.98% from 255 or 18.49% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18A56 is #0E75A9. Grayscale: #A3A3A3. Windows color (decimal): -947626 or 5671665. OLE color: 5671665.

HSL color Cylindrical-coordinate representation of color #F18A56: hue angle of 20.13º 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 #F18A56 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 138 86 -
CMYK 0 0.43 0.64 0.05
HSL 20.13º 0.85% 0.64% -
HSV(B) 20.13º 0.64% 0.95% -
XYZ 47.04 37.55 13.57 -
YUV 162.87 84.62 183.73 -
System Red Green Blue C M Y K H S L
Decimal 241 138 86 0 0.43 0.64 0.05 20.13 0.85 0.64
Hex F1 8A 56 0 2B 40 5 14 55 40
Octal 361 212 126 0 53 100 5 24 125 100
Binary 11110001 10001010 1010110 0 101011 1000000 101 10100 1010101 1000000

Color Harmonies of #F18A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18A56

Black with #F18A56

Text Example


Text Example

White with #F18A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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