Html Css Color HEX #F18A51 Crusta

📋 copy color: '#F18A51'

red 241 ◦ green 138 ◦ blue 81

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

Shades of Crusta #F18A51

Tints of Crusta #F18A51

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30%

 BLUE value IS 81 (32.03% from 255) = 17.61%

R = 52.39%
G = 30%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F18A51 (or 0xF18A51) is known color: Crusta. HEX triplet: F1, 8A and 51. RGB value is (241,138,81). Sum of RGB (Red+Green+Blue) = 241+138+81=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 81 (32.03% from 255 or 17.61% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18A51 is #0E75AE. Grayscale: #A2A2A2. Windows color (decimal): -947631 or 5343985. OLE color: 5343985.

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

Color convert

RGB 241 138 81 -
CMYK 0 0.43 0.66 0.05
HSL 21.38º 0.85% 0.63% -
HSV(B) 21.38º 0.66% 0.95% -
XYZ 46.85 37.47 12.55 -
YUV 162.3 82.12 184.13 -
System Red Green Blue C M Y K H S L
Decimal 241 138 81 0 0.43 0.66 0.05 21.38 0.85 0.63
Hex F1 8A 51 0 2B 42 5 15 55 3F
Octal 361 212 121 0 53 102 5 25 125 77
Binary 11110001 10001010 1010001 0 101011 1000010 101 10101 1010101 111111

Color Harmonies of #F18A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18A51

Black with #F18A51

Text Example


Text Example

White with #F18A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18A51; }

 p { color: rgb(241,138,81); }

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

background-color css

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

 a { background-color: rgb(241,138,81); }

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

border-color css

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

 span { border-color: rgb(241,138,81); }

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