Html Css Color HEX #F18746 Flamenco

📋 copy color: '#F18746'

red 241 ◦ green 135 ◦ blue 70

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

Shades of Flamenco #F18746

Tints of Flamenco #F18746

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.27%

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

R = 54.04%
G = 30.27%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F18746 (or 0xF18746) is known color: Flamenco. HEX triplet: F1, 87 and 46. RGB value is (241,135,70). Sum of RGB (Red+Green+Blue) = 241+135+70=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 70 (27.73% from 255 or 15.70% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F18746 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18746 is #0E78B9. Grayscale: #9F9F9F. Windows color (decimal): -948410 or 4622321. OLE color: 4622321.

HSL color Cylindrical-coordinate representation of color #F18746: hue angle of 22.81º 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 #F18746 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 135 70 -
CMYK 0 0.44 0.71 0.05
HSL 22.81º 0.86% 0.61% -
HSV(B) 22.81º 0.71% 0.95% -
XYZ 46.05 36.47 10.41 -
YUV 159.28 77.62 186.29 -
System Red Green Blue C M Y K H S L
Decimal 241 135 70 0 0.44 0.71 0.05 22.81 0.86 0.61
Hex F1 87 46 0 2C 47 5 17 56 3D
Octal 361 207 106 0 54 107 5 27 126 75
Binary 11110001 10000111 1000110 0 101100 1000111 101 10111 1010110 111101

Color Harmonies of #F18746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18746

Black with #F18746

Text Example


Text Example

White with #F18746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18746; }

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

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

background-color css

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

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

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

border-color css

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

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

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