Html Css Color HEX #F17F5E Crusta

📋 copy color: '#F17F5E'

red 241 ◦ green 127 ◦ blue 94

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

Shades of Crusta #F17F5E

Tints of Crusta #F17F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.35%

R = 52.16%
G = 27.49%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F17F5E (or 0xF17F5E) is known color: Crusta. HEX triplet: F1, 7F and 5E. RGB value is (241,127,94). Sum of RGB (Red+Green+Blue) = 241+127+94=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17F5E is #0E80A1. Grayscale: #9D9D9D. Windows color (decimal): -950434 or 6193137. OLE color: 6193137.

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

Color convert

RGB 241 127 94 -
CMYK 0 0.47 0.61 0.05
HSL 13.47º 0.84% 0.66% -
HSV(B) 13.47º 0.61% 0.95% -
XYZ 45.89 34.69 14.87 -
YUV 157.32 92.27 187.68 -
System Red Green Blue C M Y K H S L
Decimal 241 127 94 0 0.47 0.61 0.05 13.47 0.84 0.66
Hex F1 7F 5E 0 2F 3D 5 D 54 42
Octal 361 177 136 0 57 75 5 15 124 102
Binary 11110001 1111111 1011110 0 101111 111101 101 1101 1010100 1000010

Color Harmonies of #F17F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17F5E

Black with #F17F5E

Text Example


Text Example

White with #F17F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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