Html Css Color HEX #F18950 Crusta

📋 copy color: '#F18950'

red 241 ◦ green 137 ◦ blue 80

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

Shades of Crusta #F18950

Tints of Crusta #F18950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.91%

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

R = 52.62%
G = 29.91%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F18950 (or 0xF18950) is known color: Crusta. HEX triplet: F1, 89 and 50. RGB value is (241,137,80). Sum of RGB (Red+Green+Blue) = 241+137+80=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F18950 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18950 is #0E76AF. Grayscale: #A1A1A1. Windows color (decimal): -947888 or 5278193. OLE color: 5278193.

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

Color convert

RGB 241 137 80 -
CMYK 0 0.43 0.67 0.05
HSL 21.24º 0.85% 0.63% -
HSV(B) 21.24º 0.67% 0.95% -
XYZ 46.67 37.17 12.3 -
YUV 161.6 81.96 184.63 -
System Red Green Blue C M Y K H S L
Decimal 241 137 80 0 0.43 0.67 0.05 21.24 0.85 0.63
Hex F1 89 50 0 2B 43 5 15 55 3F
Octal 361 211 120 0 53 103 5 25 125 77
Binary 11110001 10001001 1010000 0 101011 1000011 101 10101 1010101 111111

Color Harmonies of #F18950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18950

Black with #F18950

Text Example


Text Example

White with #F18950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18950; }

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

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

background-color css

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

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

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

border-color css

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

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

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