Html Css Color HEX #F47B40 Flamenco

📋 copy color: '#F47B40'

red 244 ◦ green 123 ◦ blue 64

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

Shades of Flamenco #F47B40

Tints of Flamenco #F47B40

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.54%

 BLUE value IS 64 (25.39% from 255) = 14.85%

R = 56.61%
G = 28.54%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F47B40 (or 0xF47B40) is known color: Flamenco. HEX triplet: F4, 7B and 40. RGB value is (244,123,64). Sum of RGB (Red+Green+Blue) = 244+123+64=431 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.61% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 244 - color contains mainly: red. Hex color #F47B40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47B40 is #0B84BF. Grayscale: #989898. Windows color (decimal): -754880 or 4226036. OLE color: 4226036.

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

Color convert

RGB 244 123 64 -
CMYK 0 0.50 0.74 0.04
HSL 19.67º 0.89% 0.6% -
HSV(B) 19.67º 0.74% 0.96% -
XYZ 45.32 33.77 8.98 -
YUV 152.45 78.09 193.3 -
System Red Green Blue C M Y K H S L
Decimal 244 123 64 0 0.50 0.74 0.04 19.67 0.89 0.6
Hex F4 7B 40 0 32 4A 4 14 59 3C
Octal 364 173 100 0 62 112 4 24 131 74
Binary 11110100 1111011 1000000 0 110010 1001010 100 10100 1011001 111100

Color Harmonies of #F47B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47B40

Black with #F47B40

Text Example


Text Example

White with #F47B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47B40; }

 p { color: rgb(244,123,64); }

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

background-color css

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

 a { background-color: rgb(244,123,64); }

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

border-color css

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

 span { border-color: rgb(244,123,64); }

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