Html Css Color HEX #F68640 Flamenco

📋 copy color: '#F68640'

red 246 ◦ green 134 ◦ blue 64

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

Shades of Flamenco #F68640

Tints of Flamenco #F68640

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.18%

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

R = 55.41%
G = 30.18%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F68640 (or 0xF68640) is known color: Flamenco. HEX triplet: F6, 86 and 40. RGB value is (246,134,64). Sum of RGB (Red+Green+Blue) = 246+134+64=444 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.41% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 246 - color contains mainly: red. Hex color #F68640 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68640 is #0979BF. Grayscale: #9F9F9F. Windows color (decimal): -620992 or 4228854. OLE color: 4228854.

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

Color convert

RGB 246 134 64 -
CMYK 0 0.46 0.74 0.04
HSL 23.08º 0.91% 0.61% -
HSV(B) 23.08º 0.74% 0.96% -
XYZ 47.46 37.01 9.49 -
YUV 159.51 74.11 189.69 -
System Red Green Blue C M Y K H S L
Decimal 246 134 64 0 0.46 0.74 0.04 23.08 0.91 0.61
Hex F6 86 40 0 2E 4A 4 17 5B 3D
Octal 366 206 100 0 56 112 4 27 133 75
Binary 11110110 10000110 1000000 0 101110 1001010 100 10111 1011011 111101

Color Harmonies of #F68640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68640

Black with #F68640

Text Example


Text Example

White with #F68640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68640; }

 p { color: rgb(246,134,64); }

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

background-color css

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

 a { background-color: rgb(246,134,64); }

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

border-color css

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

 span { border-color: rgb(246,134,64); }

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