Html Css Color HEX #F78540 Flamenco

📋 copy color: '#F78540'

red 247 ◦ green 133 ◦ blue 64

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

Shades of Flamenco #F78540

Tints of Flamenco #F78540

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.95%

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

R = 55.63%
G = 29.95%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F78540 (or 0xF78540) is known color: Flamenco. HEX triplet: F7, 85 and 40. RGB value is (247,133,64). Sum of RGB (Red+Green+Blue) = 247+133+64=444 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.63% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 247 - color contains mainly: red. Hex color #F78540 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F78540 is #087ABF. Grayscale: #9F9F9F. Windows color (decimal): -555712 or 4228599. OLE color: 4228599.

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

Color convert

RGB 247 133 64 -
CMYK 0 0.46 0.74 0.03
HSL 22.62º 0.92% 0.61% -
HSV(B) 22.62º 0.74% 0.97% -
XYZ 47.67 36.92 9.46 -
YUV 159.22 74.27 190.61 -
System Red Green Blue C M Y K H S L
Decimal 247 133 64 0 0.46 0.74 0.03 22.62 0.92 0.61
Hex F7 85 40 0 2E 4A 3 17 5C 3D
Octal 367 205 100 0 56 112 3 27 134 75
Binary 11110111 10000101 1000000 0 101110 1001010 11 10111 1011100 111101

Color Harmonies of #F78540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78540

Black with #F78540

Text Example


Text Example

White with #F78540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78540; }

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

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

background-color css

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

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

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

border-color css

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

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

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