Html Css Color HEX #F17D52 Crusta

📋 copy color: '#F17D52'

red 241 ◦ green 125 ◦ blue 82

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

Shades of Crusta #F17D52

Tints of Crusta #F17D52

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.9%

 BLUE value IS 82 (32.42% from 255) = 18.3%

R = 53.79%
G = 27.9%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F17D52 (or 0xF17D52) is known color: Crusta. HEX triplet: F1, 7D and 52. RGB value is (241,125,82). Sum of RGB (Red+Green+Blue) = 241+125+82=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17D52 is #0E82AD. Grayscale: #9B9B9B. Windows color (decimal): -950958 or 5406193. OLE color: 5406193.

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

Color convert

RGB 241 125 82 -
CMYK 0 0.48 0.66 0.05
HSL 16.23º 0.85% 0.63% -
HSV(B) 16.23º 0.66% 0.95% -
XYZ 45.13 33.98 12.16 -
YUV 154.78 86.93 189.5 -
System Red Green Blue C M Y K H S L
Decimal 241 125 82 0 0.48 0.66 0.05 16.23 0.85 0.63
Hex F1 7D 52 0 30 42 5 10 55 3F
Octal 361 175 122 0 60 102 5 20 125 77
Binary 11110001 1111101 1010010 0 110000 1000010 101 10000 1010101 111111

Color Harmonies of #F17D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17D52

Black with #F17D52

Text Example


Text Example

White with #F17D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17D52; }

 p { color: rgb(241,125,82); }

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

background-color css

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

 a { background-color: rgb(241,125,82); }

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

border-color css

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

 span { border-color: rgb(241,125,82); }

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