Html Css Color HEX #F17F45 Flamenco

📋 copy color: '#F17F45'

red 241 ◦ green 127 ◦ blue 69

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

Shades of Flamenco #F17F45

Tints of Flamenco #F17F45

RGB

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

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

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

R = 55.15%
G = 29.06%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F17F45 (or 0xF17F45) is known color: Flamenco. HEX triplet: F1, 7F and 45. RGB value is (241,127,69). Sum of RGB (Red+Green+Blue) = 241+127+69=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 69 (27.34% from 255 or 15.79% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17F45 is #0E80BA. Grayscale: #9A9A9A. Windows color (decimal): -950459 or 4554737. OLE color: 4554737.

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

Color convert

RGB 241 127 69 -
CMYK 0 0.47 0.71 0.05
HSL 20.23º 0.86% 0.61% -
HSV(B) 20.23º 0.71% 0.95% -
XYZ 44.94 34.31 9.88 -
YUV 154.47 79.77 189.72 -
System Red Green Blue C M Y K H S L
Decimal 241 127 69 0 0.47 0.71 0.05 20.23 0.86 0.61
Hex F1 7F 45 0 2F 47 5 14 56 3D
Octal 361 177 105 0 57 107 5 24 126 75
Binary 11110001 1111111 1000101 0 101111 1000111 101 10100 1010110 111101

Color Harmonies of #F17F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17F45

Black with #F17F45

Text Example


Text Example

White with #F17F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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