Html Css Color HEX #F78242 Flamenco

📋 copy color: '#F78242'

red 247 ◦ green 130 ◦ blue 66

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

Shades of Flamenco #F78242

Tints of Flamenco #F78242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.9%

R = 55.76%
G = 29.35%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F78242 (or 0xF78242) is known color: Flamenco. HEX triplet: F7, 82 and 42. RGB value is (247,130,66). Sum of RGB (Red+Green+Blue) = 247+130+66=443 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.76% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 66 (26.17% from 255 or 14.90% from 443); Max value from RGB is 247 - color contains mainly: red. Hex color #F78242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F78242 is #087DBD. Grayscale: #9E9E9E. Windows color (decimal): -556478 or 4358903. OLE color: 4358903.

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

Color convert

RGB 247 130 66 -
CMYK 0 0.47 0.73 0.03
HSL 21.22º 0.92% 0.61% -
HSV(B) 21.22º 0.73% 0.97% -
XYZ 47.32 36.13 9.63 -
YUV 157.69 76.26 191.7 -
System Red Green Blue C M Y K H S L
Decimal 247 130 66 0 0.47 0.73 0.03 21.22 0.92 0.61
Hex F7 82 42 0 2F 49 3 15 5C 3D
Octal 367 202 102 0 57 111 3 25 134 75
Binary 11110111 10000010 1000010 0 101111 1001001 11 10101 1011100 111101

Color Harmonies of #F78242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78242

Black with #F78242

Text Example


Text Example

White with #F78242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78242; }

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

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

background-color css

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

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

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

border-color css

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

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

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