Html Css Color HEX #F18346 Flamenco

📋 copy color: '#F18346'

red 241 ◦ green 131 ◦ blue 70

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

Shades of Flamenco #F18346

Tints of Flamenco #F18346

RGB

 RED value IS 241 (94.53% from 255) = 54.52%

 GREEN value IS 131 (51.56% from 255) = 29.64%

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

R = 54.52%
G = 29.64%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F18346 (or 0xF18346) is known color: Flamenco. HEX triplet: F1, 83 and 46. RGB value is (241,131,70). Sum of RGB (Red+Green+Blue) = 241+131+70=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 70 (27.73% from 255 or 15.84% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F18346 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18346 is #0E7CB9. Grayscale: #9D9D9D. Windows color (decimal): -949434 or 4621297. OLE color: 4621297.

HSL color Cylindrical-coordinate representation of color #F18346: hue angle of 21.4º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F18346 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 131 70 -
CMYK 0 0.46 0.71 0.05
HSL 21.4º 0.86% 0.61% -
HSV(B) 21.4º 0.71% 0.95% -
XYZ 45.5 35.38 10.22 -
YUV 156.94 78.94 187.96 -
System Red Green Blue C M Y K H S L
Decimal 241 131 70 0 0.46 0.71 0.05 21.4 0.86 0.61
Hex F1 83 46 0 2E 47 5 15 56 3D
Octal 361 203 106 0 56 107 5 25 126 75
Binary 11110001 10000011 1000110 0 101110 1000111 101 10101 1010110 111101

Color Harmonies of #F18346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18346

Black with #F18346

Text Example


Text Example

White with #F18346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18346; }

 p { color: rgb(241,131,70); }

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

background-color css

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

 a { background-color: rgb(241,131,70); }

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

border-color css

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

 span { border-color: rgb(241,131,70); }

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