Html Css Color HEX #F18F54 Crusta

📋 copy color: '#F18F54'

red 241 ◦ green 143 ◦ blue 84

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

Shades of Crusta #F18F54

Tints of Crusta #F18F54

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.56%

 BLUE value IS 84 (33.2% from 255) = 17.95%

R = 51.5%
G = 30.56%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F18F54 (or 0xF18F54) is known color: Crusta. HEX triplet: F1, 8F and 54. RGB value is (241,143,84). Sum of RGB (Red+Green+Blue) = 241+143+84=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 84 (33.20% from 255 or 17.95% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18F54 is #0E70AB. Grayscale: #A5A5A5. Windows color (decimal): -946348 or 5541873. OLE color: 5541873.

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

Color convert

RGB 241 143 84 -
CMYK 0 0.41 0.65 0.05
HSL 22.55º 0.85% 0.64% -
HSV(B) 22.55º 0.65% 0.95% -
XYZ 47.7 38.99 13.4 -
YUV 165.58 81.97 181.8 -
System Red Green Blue C M Y K H S L
Decimal 241 143 84 0 0.41 0.65 0.05 22.55 0.85 0.64
Hex F1 8F 54 0 29 41 5 17 55 40
Octal 361 217 124 0 51 101 5 27 125 100
Binary 11110001 10001111 1010100 0 101001 1000001 101 10111 1010101 1000000

Color Harmonies of #F18F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18F54

Black with #F18F54

Text Example


Text Example

White with #F18F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18F54; }

 p { color: rgb(241,143,84); }

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

background-color css

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

 a { background-color: rgb(241,143,84); }

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

border-color css

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

 span { border-color: rgb(241,143,84); }

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