Html Css Color HEX #F18D4F Crusta

📋 copy color: '#F18D4F'

red 241 ◦ green 141 ◦ blue 79

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

Shades of Crusta #F18D4F

Tints of Crusta #F18D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.14%

R = 52.28%
G = 30.59%
B = 17.14%

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

#F18D4F (or 0xF18D4F) is known color: Crusta. HEX triplet: F1, 8D and 4F. RGB value is (241,141,79). Sum of RGB (Red+Green+Blue) = 241+141+79=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 79 (31.25% from 255 or 17.14% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18D4F is #0E72B0. Grayscale: #A4A4A4. Windows color (decimal): -946865 or 5213681. OLE color: 5213681.

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

Color convert

RGB 241 141 79 -
CMYK 0 0.41 0.67 0.05
HSL 22.96º 0.85% 0.63% -
HSV(B) 22.96º 0.67% 0.95% -
XYZ 47.21 38.32 12.3 -
YUV 163.83 80.13 183.04 -
System Red Green Blue C M Y K H S L
Decimal 241 141 79 0 0.41 0.67 0.05 22.96 0.85 0.63
Hex F1 8D 4F 0 29 43 5 17 55 3F
Octal 361 215 117 0 51 103 5 27 125 77
Binary 11110001 10001101 1001111 0 101001 1000011 101 10111 1010101 111111

Color Harmonies of #F18D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18D4F

Black with #F18D4F

Text Example


Text Example

White with #F18D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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