Html Css Color HEX #F18053 Crusta

📋 copy color: '#F18053'

red 241 ◦ green 128 ◦ blue 83

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

Shades of Crusta #F18053

Tints of Crusta #F18053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.36%

R = 53.32%
G = 28.32%
B = 18.36%

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

#F18053 (or 0xF18053) is known color: Crusta. HEX triplet: F1, 80 and 53. RGB value is (241,128,83). Sum of RGB (Red+Green+Blue) = 241+128+83=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 83 (32.81% from 255 or 18.36% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F18053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18053 is #0E7FAC. Grayscale: #9C9C9C. Windows color (decimal): -950189 or 5472497. OLE color: 5472497.

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

Color convert

RGB 241 128 83 -
CMYK 0 0.47 0.66 0.05
HSL 17.09º 0.85% 0.64% -
HSV(B) 17.09º 0.66% 0.95% -
XYZ 45.56 34.76 12.49 -
YUV 156.66 86.44 188.16 -
System Red Green Blue C M Y K H S L
Decimal 241 128 83 0 0.47 0.66 0.05 17.09 0.85 0.64
Hex F1 80 53 0 2F 42 5 11 55 40
Octal 361 200 123 0 57 102 5 21 125 100
Binary 11110001 10000000 1010011 0 101111 1000010 101 10001 1010101 1000000

Color Harmonies of #F18053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18053

Black with #F18053

Text Example


Text Example

White with #F18053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18053; }

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

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

background-color css

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

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

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

border-color css

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

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

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