Html Css Color HEX #F47C45 Flamenco

📋 copy color: '#F47C45'

red 244 ◦ green 124 ◦ blue 69

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

Shades of Flamenco #F47C45

Tints of Flamenco #F47C45

RGB

 RED value IS 244 (95.7% from 255) = 55.84%

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

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

R = 55.84%
G = 28.38%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F47C45 (or 0xF47C45) is known color: Flamenco. HEX triplet: F4, 7C and 45. RGB value is (244,124,69). Sum of RGB (Red+Green+Blue) = 244+124+69=437 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.84% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 69 (27.34% from 255 or 15.79% from 437); Max value from RGB is 244 - color contains mainly: red. Hex color #F47C45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47C45 is #0B83BA. Grayscale: #999999. Windows color (decimal): -754619 or 4553972. OLE color: 4553972.

HSL color Cylindrical-coordinate representation of color #F47C45: hue angle of 18.86º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F47C45 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 124 69 -
CMYK 0 0.49 0.72 0.04
HSL 18.86º 0.89% 0.61% -
HSV(B) 18.86º 0.72% 0.96% -
XYZ 45.59 34.08 9.81 -
YUV 153.61 80.26 192.47 -
System Red Green Blue C M Y K H S L
Decimal 244 124 69 0 0.49 0.72 0.04 18.86 0.89 0.61
Hex F4 7C 45 0 31 48 4 13 59 3D
Octal 364 174 105 0 61 110 4 23 131 75
Binary 11110100 1111100 1000101 0 110001 1001000 100 10011 1011001 111101

Color Harmonies of #F47C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47C45

Black with #F47C45

Text Example


Text Example

White with #F47C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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