Html Css Color HEX #F78345 Flamenco

📋 copy color: '#F78345'

red 247 ◦ green 131 ◦ blue 69

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

Shades of Flamenco #F78345

Tints of Flamenco #F78345

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.31%

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

R = 55.26%
G = 29.31%
B = 15.44%

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

#F78345 (or 0xF78345) is known color: Flamenco. HEX triplet: F7, 83 and 45. RGB value is (247,131,69). Sum of RGB (Red+Green+Blue) = 247+131+69=447 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.26% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 69 (27.34% from 255 or 15.44% from 447); Max value from RGB is 247 - color contains mainly: red. Hex color #F78345 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F78345 is #087CBA. Grayscale: #9E9E9E. Windows color (decimal): -556219 or 4555767. OLE color: 4555767.

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

Color convert

RGB 247 131 69 -
CMYK 0 0.47 0.72 0.03
HSL 20.9º 0.92% 0.62% -
HSV(B) 20.9º 0.72% 0.97% -
XYZ 47.55 36.44 10.16 -
YUV 158.62 77.43 191.04 -
System Red Green Blue C M Y K H S L
Decimal 247 131 69 0 0.47 0.72 0.03 20.9 0.92 0.62
Hex F7 83 45 0 2F 48 3 15 5C 3E
Octal 367 203 105 0 57 110 3 25 134 76
Binary 11110111 10000011 1000101 0 101111 1001000 11 10101 1011100 111110

Color Harmonies of #F78345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78345

Black with #F78345

Text Example


Text Example

White with #F78345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78345; }

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

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

background-color css

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

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

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

border-color css

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

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

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