Html Css Color HEX #F78044 Flamenco

📋 copy color: '#F78044'

red 247 ◦ green 128 ◦ blue 68

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

Shades of Flamenco #F78044

Tints of Flamenco #F78044

RGB

 RED value IS 247 (96.88% from 255) = 55.76%

 GREEN value IS 128 (50.39% from 255) = 28.89%

 BLUE value IS 68 (26.95% from 255) = 15.35%

R = 55.76%
G = 28.89%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F78044 (or 0xF78044) is known color: Flamenco. HEX triplet: F7, 80 and 44. RGB value is (247,128,68). Sum of RGB (Red+Green+Blue) = 247+128+68=443 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.76% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 68 (26.95% from 255 or 15.35% from 443); Max value from RGB is 247 - color contains mainly: red. Hex color #F78044 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F78044 is #087FBB. Grayscale: #9D9D9D. Windows color (decimal): -556988 or 4489463. OLE color: 4489463.

HSL color Cylindrical-coordinate representation of color #F78044: hue angle of 20.11º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F78044 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 128 68 -
CMYK 0 0.48 0.72 0.03
HSL 20.11º 0.92% 0.62% -
HSV(B) 20.11º 0.72% 0.97% -
XYZ 47.12 35.63 9.86 -
YUV 156.74 77.92 192.38 -
System Red Green Blue C M Y K H S L
Decimal 247 128 68 0 0.48 0.72 0.03 20.11 0.92 0.62
Hex F7 80 44 0 30 48 3 14 5C 3E
Octal 367 200 104 0 60 110 3 24 134 76
Binary 11110111 10000000 1000100 0 110000 1001000 11 10100 1011100 111110

Color Harmonies of #F78044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78044

Black with #F78044

Text Example


Text Example

White with #F78044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78044; }

 p { color: rgb(247,128,68); }

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

background-color css

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

 a { background-color: rgb(247,128,68); }

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

border-color css

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

 span { border-color: rgb(247,128,68); }

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