Html Css Color HEX #F17F5C Crusta

📋 copy color: '#F17F5C'

red 241 ◦ green 127 ◦ blue 92

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

Shades of Crusta #F17F5C

Tints of Crusta #F17F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20%

R = 52.39%
G = 27.61%
B = 20%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F17F5C (or 0xF17F5C) is known color: Crusta. HEX triplet: F1, 7F and 5C. RGB value is (241,127,92). Sum of RGB (Red+Green+Blue) = 241+127+92=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17F5C is #0E80A3. Grayscale: #9D9D9D. Windows color (decimal): -950436 or 6062065. OLE color: 6062065.

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

Color convert

RGB 241 127 92 -
CMYK 0 0.47 0.62 0.05
HSL 14.09º 0.84% 0.65% -
HSV(B) 14.09º 0.62% 0.95% -
XYZ 45.8 34.65 14.4 -
YUV 157.1 91.27 187.85 -
System Red Green Blue C M Y K H S L
Decimal 241 127 92 0 0.47 0.62 0.05 14.09 0.84 0.65
Hex F1 7F 5C 0 2F 3E 5 E 54 41
Octal 361 177 134 0 57 76 5 16 124 101
Binary 11110001 1111111 1011100 0 101111 111110 101 1110 1010100 1000001

Color Harmonies of #F17F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17F5C

Black with #F17F5C

Text Example


Text Example

White with #F17F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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