Html Css Color HEX #F17C45 Flamenco

📋 copy color: '#F17C45'

red 241 ◦ green 124 ◦ blue 69

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

Shades of Flamenco #F17C45

Tints of Flamenco #F17C45

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.57%

 BLUE value IS 69 (27.34% from 255) = 15.9%

R = 55.53%
G = 28.57%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F17C45 (or 0xF17C45) is known color: Flamenco. HEX triplet: F1, 7C and 45. RGB value is (241,124,69). Sum of RGB (Red+Green+Blue) = 241+124+69=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 69 (27.34% from 255 or 15.90% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17C45 is #0E83BA. Grayscale: #999999. Windows color (decimal): -951227 or 4553969. OLE color: 4553969.

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

Color convert

RGB 241 124 69 -
CMYK 0 0.49 0.71 0.05
HSL 19.19º 0.86% 0.61% -
HSV(B) 19.19º 0.71% 0.95% -
XYZ 44.56 33.55 9.76 -
YUV 152.71 80.76 190.97 -
System Red Green Blue C M Y K H S L
Decimal 241 124 69 0 0.49 0.71 0.05 19.19 0.86 0.61
Hex F1 7C 45 0 31 47 5 13 56 3D
Octal 361 174 105 0 61 107 5 23 126 75
Binary 11110001 1111100 1000101 0 110001 1000111 101 10011 1010110 111101

Color Harmonies of #F17C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17C45

Black with #F17C45

Text Example


Text Example

White with #F17C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17C45; }

 p { color: rgb(241,124,69); }

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

background-color css

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

 a { background-color: rgb(241,124,69); }

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

border-color css

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

 span { border-color: rgb(241,124,69); }

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