Html Css Color HEX #F78245 Flamenco

📋 copy color: '#F78245'

red 247 ◦ green 130 ◦ blue 69

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

Shades of Flamenco #F78245

Tints of Flamenco #F78245

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.15%

 BLUE value IS 69 (27.34% from 255) = 15.47%

R = 55.38%
G = 29.15%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F78245 (or 0xF78245) is known color: Flamenco. HEX triplet: F7, 82 and 45. RGB value is (247,130,69). Sum of RGB (Red+Green+Blue) = 247+130+69=446 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.38% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 69 (27.34% from 255 or 15.47% from 446); Max value from RGB is 247 - color contains mainly: red. Hex color #F78245 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F78245 is #087DBA. Grayscale: #9E9E9E. Windows color (decimal): -556475 or 4555511. OLE color: 4555511.

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

Color convert

RGB 247 130 69 -
CMYK 0 0.47 0.72 0.03
HSL 20.56º 0.92% 0.62% -
HSV(B) 20.56º 0.72% 0.97% -
XYZ 47.41 36.17 10.11 -
YUV 158.03 77.76 191.46 -
System Red Green Blue C M Y K H S L
Decimal 247 130 69 0 0.47 0.72 0.03 20.56 0.92 0.62
Hex F7 82 45 0 2F 48 3 15 5C 3E
Octal 367 202 105 0 57 110 3 25 134 76
Binary 11110111 10000010 1000101 0 101111 1001000 11 10101 1011100 111110

Color Harmonies of #F78245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78245

Black with #F78245

Text Example


Text Example

White with #F78245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78245; }

 p { color: rgb(247,130,69); }

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

background-color css

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

 a { background-color: rgb(247,130,69); }

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

border-color css

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

 span { border-color: rgb(247,130,69); }

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