Html Css Color HEX #F6813D Flamenco

📋 copy color: '#F6813D'

red 246 ◦ green 129 ◦ blue 61

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

Shades of Flamenco #F6813D

Tints of Flamenco #F6813D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.99%

R = 56.42%
G = 29.59%
B = 13.99%

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

#F6813D (or 0xF6813D) is known color: Flamenco. HEX triplet: F6, 81 and 3D. RGB value is (246,129,61). Sum of RGB (Red+Green+Blue) = 246+129+61=436 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.42% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 61 (24.22% from 255 or 13.99% from 436); Max value from RGB is 246 - color contains mainly: red. Hex color #F6813D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6813D is #097EC2. Grayscale: #9C9C9C. Windows color (decimal): -622275 or 4030966. OLE color: 4030966.

HSL color Cylindrical-coordinate representation of color #F6813D: hue angle of 22.05º 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 #F6813D is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 129 61 -
CMYK 0 0.48 0.75 0.04
HSL 22.05º 0.91% 0.6% -
HSV(B) 22.05º 0.75% 0.96% -
XYZ 46.7 35.63 8.83 -
YUV 156.23 74.26 192.03 -
System Red Green Blue C M Y K H S L
Decimal 246 129 61 0 0.48 0.75 0.04 22.05 0.91 0.6
Hex F6 81 3D 0 30 4B 4 16 5B 3C
Octal 366 201 75 0 60 113 4 26 133 74
Binary 11110110 10000001 111101 0 110000 1001011 100 10110 1011011 111100

Color Harmonies of #F6813D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6813D

Black with #F6813D

Text Example


Text Example

White with #F6813D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6813D; }

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

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

background-color css

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

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

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

border-color css

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

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

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