Html Css Color HEX #F78440 Flamenco

📋 copy color: '#F78440'

red 247 ◦ green 132 ◦ blue 64

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

Shades of Flamenco #F78440

Tints of Flamenco #F78440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.8%

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

R = 55.76%
G = 29.8%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F78440 (or 0xF78440) is known color: Flamenco. HEX triplet: F7, 84 and 40. RGB value is (247,132,64). Sum of RGB (Red+Green+Blue) = 247+132+64=443 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.76% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 247 - color contains mainly: red. Hex color #F78440 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F78440 is #087BBF. Grayscale: #9F9F9F. Windows color (decimal): -555968 or 4228343. OLE color: 4228343.

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

Color convert

RGB 247 132 64 -
CMYK 0 0.47 0.74 0.03
HSL 22.3º 0.92% 0.61% -
HSV(B) 22.3º 0.74% 0.97% -
XYZ 47.53 36.65 9.42 -
YUV 158.63 74.6 191.03 -
System Red Green Blue C M Y K H S L
Decimal 247 132 64 0 0.47 0.74 0.03 22.3 0.92 0.61
Hex F7 84 40 0 2F 4A 3 16 5C 3D
Octal 367 204 100 0 57 112 3 26 134 75
Binary 11110111 10000100 1000000 0 101111 1001010 11 10110 1011100 111101

Color Harmonies of #F78440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78440

Black with #F78440

Text Example


Text Example

White with #F78440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78440; }

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

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

background-color css

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

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

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

border-color css

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

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

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