Html Css Color HEX #F68146 Flamenco

📋 copy color: '#F68146'

red 246 ◦ green 129 ◦ blue 70

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

Shades of Flamenco #F68146

Tints of Flamenco #F68146

RGB

 RED value IS 246 (96.48% from 255) = 55.28%

 GREEN value IS 129 (50.78% from 255) = 28.99%

 BLUE value IS 70 (27.73% from 255) = 15.73%

R = 55.28%
G = 28.99%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F68146 (or 0xF68146) is known color: Flamenco. HEX triplet: F6, 81 and 46. RGB value is (246,129,70). Sum of RGB (Red+Green+Blue) = 246+129+70=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 70 (27.73% from 255 or 15.73% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F68146 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68146 is #097EB9. Grayscale: #9D9D9D. Windows color (decimal): -622266 or 4620790. OLE color: 4620790.

HSL color Cylindrical-coordinate representation of color #F68146: hue angle of 20.11º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F68146 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 129 70 -
CMYK 0 0.48 0.72 0.04
HSL 20.11º 0.91% 0.62% -
HSV(B) 20.11º 0.72% 0.96% -
XYZ 46.96 35.74 10.22 -
YUV 157.26 78.76 191.3 -
System Red Green Blue C M Y K H S L
Decimal 246 129 70 0 0.48 0.72 0.04 20.11 0.91 0.62
Hex F6 81 46 0 30 48 4 14 5B 3E
Octal 366 201 106 0 60 110 4 24 133 76
Binary 11110110 10000001 1000110 0 110000 1001000 100 10100 1011011 111110

Color Harmonies of #F68146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68146

Black with #F68146

Text Example


Text Example

White with #F68146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68146; }

 p { color: rgb(246,129,70); }

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

background-color css

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

 a { background-color: rgb(246,129,70); }

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

border-color css

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

 span { border-color: rgb(246,129,70); }

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