Html Css Color HEX #F18D53 Crusta

📋 copy color: '#F18D53'

red 241 ◦ green 141 ◦ blue 83

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

Shades of Crusta #F18D53

Tints of Crusta #F18D53

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.32%

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

R = 51.83%
G = 30.32%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F18D53 (or 0xF18D53) is known color: Crusta. HEX triplet: F1, 8D and 53. RGB value is (241,141,83). Sum of RGB (Red+Green+Blue) = 241+141+83=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 83 (32.81% from 255 or 17.85% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18D53 is #0E72AC. Grayscale: #A4A4A4. Windows color (decimal): -946861 or 5475825. OLE color: 5475825.

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

Color convert

RGB 241 141 83 -
CMYK 0 0.41 0.66 0.05
HSL 22.03º 0.85% 0.64% -
HSV(B) 22.03º 0.66% 0.95% -
XYZ 47.36 38.38 13.09 -
YUV 164.29 82.13 182.72 -
System Red Green Blue C M Y K H S L
Decimal 241 141 83 0 0.41 0.66 0.05 22.03 0.85 0.64
Hex F1 8D 53 0 29 42 5 16 55 40
Octal 361 215 123 0 51 102 5 26 125 100
Binary 11110001 10001101 1010011 0 101001 1000010 101 10110 1010101 1000000

Color Harmonies of #F18D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18D53

Black with #F18D53

Text Example


Text Example

White with #F18D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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