Html Css Color HEX #F18C50 Crusta

📋 copy color: '#F18C50'

red 241 ◦ green 140 ◦ blue 80

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

Shades of Crusta #F18C50

Tints of Crusta #F18C50

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.37%

 BLUE value IS 80 (31.64% from 255) = 17.35%

R = 52.28%
G = 30.37%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F18C50 (or 0xF18C50) is known color: Crusta. HEX triplet: F1, 8C and 50. RGB value is (241,140,80). Sum of RGB (Red+Green+Blue) = 241+140+80=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18C50 is #0E73AF. Grayscale: #A3A3A3. Windows color (decimal): -947120 or 5278961. OLE color: 5278961.

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

Color convert

RGB 241 140 80 -
CMYK 0 0.42 0.67 0.05
HSL 22.36º 0.85% 0.63% -
HSV(B) 22.36º 0.67% 0.95% -
XYZ 47.1 38.04 12.45 -
YUV 163.36 80.96 183.38 -
System Red Green Blue C M Y K H S L
Decimal 241 140 80 0 0.42 0.67 0.05 22.36 0.85 0.63
Hex F1 8C 50 0 2A 43 5 16 55 3F
Octal 361 214 120 0 52 103 5 26 125 77
Binary 11110001 10001100 1010000 0 101010 1000011 101 10110 1010101 111111

Color Harmonies of #F18C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C50

Black with #F18C50

Text Example


Text Example

White with #F18C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C50; }

 p { color: rgb(241,140,80); }

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

background-color css

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

 a { background-color: rgb(241,140,80); }

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

border-color css

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

 span { border-color: rgb(241,140,80); }

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