Html Css Color HEX #F18253 Crusta

📋 copy color: '#F18253'

red 241 ◦ green 130 ◦ blue 83

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

Shades of Crusta #F18253

Tints of Crusta #F18253

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.63%

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

R = 53.08%
G = 28.63%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F18253 (or 0xF18253) is known color: Crusta. HEX triplet: F1, 82 and 53. RGB value is (241,130,83). Sum of RGB (Red+Green+Blue) = 241+130+83=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 83 (32.81% from 255 or 18.28% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F18253 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18253 is #0E7DAC. Grayscale: #9E9E9E. Windows color (decimal): -949677 or 5473009. OLE color: 5473009.

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

Color convert

RGB 241 130 83 -
CMYK 0 0.46 0.66 0.05
HSL 17.85º 0.85% 0.64% -
HSV(B) 17.85º 0.66% 0.95% -
XYZ 45.82 35.29 12.58 -
YUV 157.83 85.77 187.32 -
System Red Green Blue C M Y K H S L
Decimal 241 130 83 0 0.46 0.66 0.05 17.85 0.85 0.64
Hex F1 82 53 0 2E 42 5 12 55 40
Octal 361 202 123 0 56 102 5 22 125 100
Binary 11110001 10000010 1010011 0 101110 1000010 101 10010 1010101 1000000

Color Harmonies of #F18253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18253

Black with #F18253

Text Example


Text Example

White with #F18253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18253; }

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

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

background-color css

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

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

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

border-color css

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

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

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