Html Css Color HEX #F67F3E Flamenco

📋 copy color: '#F67F3E'

red 246 ◦ green 127 ◦ blue 62

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

Shades of Flamenco #F67F3E

Tints of Flamenco #F67F3E

RGB

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

 GREEN value IS 127 (50% from 255) = 29.2%

 BLUE value IS 62 (24.61% from 255) = 14.25%

R = 56.55%
G = 29.2%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F67F3E (or 0xF67F3E) is known color: Flamenco. HEX triplet: F6, 7F and 3E. RGB value is (246,127,62). Sum of RGB (Red+Green+Blue) = 246+127+62=435 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.55% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 246 - color contains mainly: red. Hex color #F67F3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67F3E is #0980C1. Grayscale: #9B9B9B. Windows color (decimal): -622786 or 4095990. OLE color: 4095990.

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

Color convert

RGB 246 127 62 -
CMYK 0 0.48 0.75 0.04
HSL 21.2º 0.91% 0.6% -
HSV(B) 21.2º 0.75% 0.96% -
XYZ 46.46 35.12 8.89 -
YUV 155.17 75.42 192.79 -
System Red Green Blue C M Y K H S L
Decimal 246 127 62 0 0.48 0.75 0.04 21.2 0.91 0.6
Hex F6 7F 3E 0 30 4B 4 15 5B 3C
Octal 366 177 76 0 60 113 4 25 133 74
Binary 11110110 1111111 111110 0 110000 1001011 100 10101 1011011 111100

Color Harmonies of #F67F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67F3E

Black with #F67F3E

Text Example


Text Example

White with #F67F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67F3E; }

 p { color: rgb(246,127,62); }

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

background-color css

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

 a { background-color: rgb(246,127,62); }

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

border-color css

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

 span { border-color: rgb(246,127,62); }

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