Html Css Color HEX #F18D50 Crusta

📋 copy color: '#F18D50'

red 241 ◦ green 141 ◦ blue 80

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

Shades of Crusta #F18D50

Tints of Crusta #F18D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.32%

R = 52.16%
G = 30.52%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F18D50 (or 0xF18D50) is known color: Crusta. HEX triplet: F1, 8D and 50. RGB value is (241,141,80). Sum of RGB (Red+Green+Blue) = 241+141+80=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18D50 is #0E72AF. Grayscale: #A4A4A4. Windows color (decimal): -946864 or 5279217. OLE color: 5279217.

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

Color convert

RGB 241 141 80 -
CMYK 0 0.41 0.67 0.05
HSL 22.73º 0.85% 0.63% -
HSV(B) 22.73º 0.67% 0.95% -
XYZ 47.25 38.33 12.5 -
YUV 163.95 80.63 182.96 -
System Red Green Blue C M Y K H S L
Decimal 241 141 80 0 0.41 0.67 0.05 22.73 0.85 0.63
Hex F1 8D 50 0 29 43 5 17 55 3F
Octal 361 215 120 0 51 103 5 27 125 77
Binary 11110001 10001101 1010000 0 101001 1000011 101 10111 1010101 111111

Color Harmonies of #F18D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18D50

Black with #F18D50

Text Example


Text Example

White with #F18D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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