Html Css Color HEX #F18453 Crusta

📋 copy color: '#F18453'

red 241 ◦ green 132 ◦ blue 83

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

Shades of Crusta #F18453

Tints of Crusta #F18453

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.95%

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

R = 52.85%
G = 28.95%
B = 18.2%

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

#F18453 (or 0xF18453) is known color: Crusta. HEX triplet: F1, 84 and 53. RGB value is (241,132,83). Sum of RGB (Red+Green+Blue) = 241+132+83=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 83 (32.81% from 255 or 18.20% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F18453 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18453 is #0E7BAC. Grayscale: #9F9F9F. Windows color (decimal): -949165 or 5473521. OLE color: 5473521.

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

Color convert

RGB 241 132 83 -
CMYK 0 0.45 0.66 0.05
HSL 18.61º 0.85% 0.64% -
HSV(B) 18.61º 0.66% 0.95% -
XYZ 46.09 35.83 12.67 -
YUV 159.01 85.11 186.48 -
System Red Green Blue C M Y K H S L
Decimal 241 132 83 0 0.45 0.66 0.05 18.61 0.85 0.64
Hex F1 84 53 0 2D 42 5 13 55 40
Octal 361 204 123 0 55 102 5 23 125 100
Binary 11110001 10000100 1010011 0 101101 1000010 101 10011 1010101 1000000

Color Harmonies of #F18453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18453

Black with #F18453

Text Example


Text Example

White with #F18453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18453; }

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

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

background-color css

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

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

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

border-color css

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

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

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