Html Css Color HEX #F67E3C Flamenco

📋 copy color: '#F67E3C'

red 246 ◦ green 126 ◦ blue 60

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

Shades of Flamenco #F67E3C

Tints of Flamenco #F67E3C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.17%

 BLUE value IS 60 (23.83% from 255) = 13.89%

R = 56.94%
G = 29.17%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F67E3C (or 0xF67E3C) is known color: Flamenco. HEX triplet: F6, 7E and 3C. RGB value is (246,126,60). Sum of RGB (Red+Green+Blue) = 246+126+60=432 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.94% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 60 (23.83% from 255 or 13.89% from 432); Max value from RGB is 246 - color contains mainly: red. Hex color #F67E3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67E3C is #0981C3. Grayscale: #9A9A9A. Windows color (decimal): -623044 or 3964662. OLE color: 3964662.

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

Color convert

RGB 246 126 60 -
CMYK 0 0.49 0.76 0.04
HSL 21.29º 0.91% 0.6% -
HSV(B) 21.29º 0.76% 0.96% -
XYZ 46.28 34.84 8.56 -
YUV 154.36 74.76 193.37 -
System Red Green Blue C M Y K H S L
Decimal 246 126 60 0 0.49 0.76 0.04 21.29 0.91 0.6
Hex F6 7E 3C 0 31 4C 4 15 5B 3C
Octal 366 176 74 0 61 114 4 25 133 74
Binary 11110110 1111110 111100 0 110001 1001100 100 10101 1011011 111100

Color Harmonies of #F67E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67E3C

Black with #F67E3C

Text Example


Text Example

White with #F67E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67E3C; }

 p { color: rgb(246,126,60); }

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

background-color css

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

 a { background-color: rgb(246,126,60); }

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

border-color css

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

 span { border-color: rgb(246,126,60); }

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