Html Css Color HEX #F18553 Crusta

📋 copy color: '#F18553'

red 241 ◦ green 133 ◦ blue 83

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

Shades of Crusta #F18553

Tints of Crusta #F18553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.16%

R = 52.74%
G = 29.1%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F18553 (or 0xF18553) is known color: Crusta. HEX triplet: F1, 85 and 53. RGB value is (241,133,83). Sum of RGB (Red+Green+Blue) = 241+133+83=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 83 (32.81% from 255 or 18.16% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F18553 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18553 is #0E7AAC. Grayscale: #9F9F9F. Windows color (decimal): -948909 or 5473777. OLE color: 5473777.

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

Color convert

RGB 241 133 83 -
CMYK 0 0.45 0.66 0.05
HSL 18.99º 0.85% 0.64% -
HSV(B) 18.99º 0.66% 0.95% -
XYZ 46.22 36.1 12.72 -
YUV 159.59 84.78 186.07 -
System Red Green Blue C M Y K H S L
Decimal 241 133 83 0 0.45 0.66 0.05 18.99 0.85 0.64
Hex F1 85 53 0 2D 42 5 13 55 40
Octal 361 205 123 0 55 102 5 23 125 100
Binary 11110001 10000101 1010011 0 101101 1000010 101 10011 1010101 1000000

Color Harmonies of #F18553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18553

Black with #F18553

Text Example


Text Example

White with #F18553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18553; }

 p { color: rgb(241,133,83); }

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

background-color css

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

 a { background-color: rgb(241,133,83); }

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

border-color css

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

 span { border-color: rgb(241,133,83); }

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