Html Css Color HEX #F18051 Crusta

📋 copy color: '#F18051'

red 241 ◦ green 128 ◦ blue 81

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

Shades of Crusta #F18051

Tints of Crusta #F18051

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.44%

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

R = 53.56%
G = 28.44%
B = 18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F18051 (or 0xF18051) is known color: Crusta. HEX triplet: F1, 80 and 51. RGB value is (241,128,81). Sum of RGB (Red+Green+Blue) = 241+128+81=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 81 (32.03% from 255 or 18% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F18051 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18051 is #0E7FAE. Grayscale: #9C9C9C. Windows color (decimal): -950191 or 5341425. OLE color: 5341425.

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

Color convert

RGB 241 128 81 -
CMYK 0 0.47 0.66 0.05
HSL 17.63º 0.85% 0.63% -
HSV(B) 17.63º 0.66% 0.95% -
XYZ 45.48 34.73 12.09 -
YUV 156.43 85.44 188.32 -
System Red Green Blue C M Y K H S L
Decimal 241 128 81 0 0.47 0.66 0.05 17.63 0.85 0.63
Hex F1 80 51 0 2F 42 5 12 55 3F
Octal 361 200 121 0 57 102 5 22 125 77
Binary 11110001 10000000 1010001 0 101111 1000010 101 10010 1010101 111111

Color Harmonies of #F18051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18051

Black with #F18051

Text Example


Text Example

White with #F18051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18051; }

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

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

background-color css

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

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

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

border-color css

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

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

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