Html Css Color HEX #F17E5E Crusta

📋 copy color: '#F17E5E'

red 241 ◦ green 126 ◦ blue 94

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

Shades of Crusta #F17E5E

Tints of Crusta #F17E5E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.33%

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

R = 52.28%
G = 27.33%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F17E5E (or 0xF17E5E) is known color: Crusta. HEX triplet: F1, 7E and 5E. RGB value is (241,126,94). Sum of RGB (Red+Green+Blue) = 241+126+94=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F17E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17E5E is #0E81A1. Grayscale: #9C9C9C. Windows color (decimal): -950690 or 6192881. OLE color: 6192881.

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

Color convert

RGB 241 126 94 -
CMYK 0 0.48 0.61 0.05
HSL 13.06º 0.84% 0.66% -
HSV(B) 13.06º 0.61% 0.95% -
XYZ 45.76 34.43 14.82 -
YUV 156.74 92.6 188.1 -
System Red Green Blue C M Y K H S L
Decimal 241 126 94 0 0.48 0.61 0.05 13.06 0.84 0.66
Hex F1 7E 5E 0 30 3D 5 D 54 42
Octal 361 176 136 0 60 75 5 15 124 102
Binary 11110001 1111110 1011110 0 110000 111101 101 1101 1010100 1000010

Color Harmonies of #F17E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17E5E

Black with #F17E5E

Text Example


Text Example

White with #F17E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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