Html Css Color HEX #F1745C Burnt Sienna

📋 copy color: '#F1745C'

red 241 ◦ green 116 ◦ blue 92

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

Shades of Burnt Sienna #F1745C

Tints of Burnt Sienna #F1745C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.84%

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

R = 53.67%
G = 25.84%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1745C (or 0xF1745C) is known color: Burnt Sienna. HEX triplet: F1, 74 and 5C. RGB value is (241,116,92). Sum of RGB (Red+Green+Blue) = 241+116+92=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F1745C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1745C is #0E8BA3. Grayscale: #969696. Windows color (decimal): -953252 or 6059249. OLE color: 6059249.

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

Color convert

RGB 241 116 92 -
CMYK 0 0.52 0.62 0.05
HSL 9.66º 0.84% 0.65% -
HSV(B) 9.66º 0.62% 0.95% -
XYZ 44.45 31.96 13.95 -
YUV 150.64 94.91 192.45 -
System Red Green Blue C M Y K H S L
Decimal 241 116 92 0 0.52 0.62 0.05 9.66 0.84 0.65
Hex F1 74 5C 0 34 3E 5 A 54 41
Octal 361 164 134 0 64 76 5 12 124 101
Binary 11110001 1110100 1011100 0 110100 111110 101 1010 1010100 1000001

Color Harmonies of #F1745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1745C

Black with #F1745C

Text Example


Text Example

White with #F1745C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1745C; }

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

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

background-color css

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

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

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

border-color css

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

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

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