Html Css Color HEX #F78140 Flamenco

📋 copy color: '#F78140'

red 247 ◦ green 129 ◦ blue 64

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

Shades of Flamenco #F78140

Tints of Flamenco #F78140

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.32%

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

R = 56.14%
G = 29.32%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F78140 (or 0xF78140) is known color: Flamenco. HEX triplet: F7, 81 and 40. RGB value is (247,129,64). Sum of RGB (Red+Green+Blue) = 247+129+64=440 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.14% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 247 - color contains mainly: red. Hex color #F78140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F78140 is #087EBF. Grayscale: #9D9D9D. Windows color (decimal): -556736 or 4227575. OLE color: 4227575.

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

Color convert

RGB 247 129 64 -
CMYK 0 0.48 0.74 0.03
HSL 21.31º 0.92% 0.61% -
HSV(B) 21.31º 0.74% 0.97% -
XYZ 47.13 35.84 9.29 -
YUV 156.87 75.59 192.29 -
System Red Green Blue C M Y K H S L
Decimal 247 129 64 0 0.48 0.74 0.03 21.31 0.92 0.61
Hex F7 81 40 0 30 4A 3 15 5C 3D
Octal 367 201 100 0 60 112 3 25 134 75
Binary 11110111 10000001 1000000 0 110000 1001010 11 10101 1011100 111101

Color Harmonies of #F78140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78140

Black with #F78140

Text Example


Text Example

White with #F78140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78140; }

 p { color: rgb(247,129,64); }

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

background-color css

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

 a { background-color: rgb(247,129,64); }

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

border-color css

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

 span { border-color: rgb(247,129,64); }

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