Html Css Color HEX #F17D4A Crusta

📋 copy color: '#F17D4A'

red 241 ◦ green 125 ◦ blue 74

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

Shades of Crusta #F17D4A

Tints of Crusta #F17D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.82%

R = 54.77%
G = 28.41%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F17D4A (or 0xF17D4A) is known color: Crusta. HEX triplet: F1, 7D and 4A. RGB value is (241,125,74). Sum of RGB (Red+Green+Blue) = 241+125+74=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17D4A is #0E82B5. Grayscale: #9A9A9A. Windows color (decimal): -950966 or 4881905. OLE color: 4881905.

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

Color convert

RGB 241 125 74 -
CMYK 0 0.48 0.69 0.05
HSL 18.32º 0.86% 0.62% -
HSV(B) 18.32º 0.69% 0.95% -
XYZ 44.85 33.86 10.65 -
YUV 153.87 82.93 190.15 -
System Red Green Blue C M Y K H S L
Decimal 241 125 74 0 0.48 0.69 0.05 18.32 0.86 0.62
Hex F1 7D 4A 0 30 45 5 12 56 3E
Octal 361 175 112 0 60 105 5 22 126 76
Binary 11110001 1111101 1001010 0 110000 1000101 101 10010 1010110 111110

Color Harmonies of #F17D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17D4A

Black with #F17D4A

Text Example


Text Example

White with #F17D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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