Html Css Color HEX #F17F50 Crusta

📋 copy color: '#F17F50'

red 241 ◦ green 127 ◦ blue 80

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

Shades of Crusta #F17F50

Tints of Crusta #F17F50

RGB

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

 GREEN value IS 127 (50% from 255) = 28.35%

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

R = 53.79%
G = 28.35%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F17F50 (or 0xF17F50) is known color: Crusta. HEX triplet: F1, 7F and 50. RGB value is (241,127,80). Sum of RGB (Red+Green+Blue) = 241+127+80=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17F50 is #0E80AF. Grayscale: #9C9C9C. Windows color (decimal): -950448 or 5275633. OLE color: 5275633.

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

Color convert

RGB 241 127 80 -
CMYK 0 0.47 0.67 0.05
HSL 17.52º 0.85% 0.63% -
HSV(B) 17.52º 0.67% 0.95% -
XYZ 45.31 34.46 11.85 -
YUV 155.73 85.27 188.82 -
System Red Green Blue C M Y K H S L
Decimal 241 127 80 0 0.47 0.67 0.05 17.52 0.85 0.63
Hex F1 7F 50 0 2F 43 5 12 55 3F
Octal 361 177 120 0 57 103 5 22 125 77
Binary 11110001 1111111 1010000 0 101111 1000011 101 10010 1010101 111111

Color Harmonies of #F17F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17F50

Black with #F17F50

Text Example


Text Example

White with #F17F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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