Html Css Color HEX #F17E5A Crusta

📋 copy color: '#F17E5A'

red 241 ◦ green 126 ◦ blue 90

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

Shades of Crusta #F17E5A

Tints of Crusta #F17E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.69%

R = 52.74%
G = 27.57%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F17E5A (or 0xF17E5A) is known color: Crusta. HEX triplet: F1, 7E and 5A. RGB value is (241,126,90). Sum of RGB (Red+Green+Blue) = 241+126+90=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F17E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17E5A is #0E81A5. Grayscale: #9C9C9C. Windows color (decimal): -950694 or 5930737. OLE color: 5930737.

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

Color convert

RGB 241 126 90 -
CMYK 0 0.48 0.63 0.05
HSL 14.3º 0.84% 0.65% -
HSV(B) 14.3º 0.63% 0.95% -
XYZ 45.58 34.36 13.9 -
YUV 156.28 90.6 188.43 -
System Red Green Blue C M Y K H S L
Decimal 241 126 90 0 0.48 0.63 0.05 14.3 0.84 0.65
Hex F1 7E 5A 0 30 3F 5 E 54 41
Octal 361 176 132 0 60 77 5 16 124 101
Binary 11110001 1111110 1011010 0 110000 111111 101 1110 1010100 1000001

Color Harmonies of #F17E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17E5A

Black with #F17E5A

Text Example


Text Example

White with #F17E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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