Html Css Color HEX #F18A55 Crusta

📋 copy color: '#F18A55'

red 241 ◦ green 138 ◦ blue 85

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

Shades of Crusta #F18A55

Tints of Crusta #F18A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.32%

R = 51.94%
G = 29.74%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F18A55 (or 0xF18A55) is known color: Crusta. HEX triplet: F1, 8A and 55. RGB value is (241,138,85). Sum of RGB (Red+Green+Blue) = 241+138+85=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18A55 is #0E75AA. Grayscale: #A3A3A3. Windows color (decimal): -947627 or 5606129. OLE color: 5606129.

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

Color convert

RGB 241 138 85 -
CMYK 0 0.43 0.65 0.05
HSL 20.38º 0.85% 0.64% -
HSV(B) 20.38º 0.65% 0.95% -
XYZ 47 37.53 13.36 -
YUV 162.76 84.12 183.81 -
System Red Green Blue C M Y K H S L
Decimal 241 138 85 0 0.43 0.65 0.05 20.38 0.85 0.64
Hex F1 8A 55 0 2B 41 5 14 55 40
Octal 361 212 125 0 53 101 5 24 125 100
Binary 11110001 10001010 1010101 0 101011 1000001 101 10100 1010101 1000000

Color Harmonies of #F18A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18A55

Black with #F18A55

Text Example


Text Example

White with #F18A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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