Html Css Color HEX #F18740 Flamenco

📋 copy color: '#F18740'

red 241 ◦ green 135 ◦ blue 64

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

Shades of Flamenco #F18740

Tints of Flamenco #F18740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.55%

R = 54.77%
G = 30.68%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F18740 (or 0xF18740) is known color: Flamenco. HEX triplet: F1, 87 and 40. RGB value is (241,135,64). Sum of RGB (Red+Green+Blue) = 241+135+64=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F18740 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18740 is #0E78BF. Grayscale: #9E9E9E. Windows color (decimal): -948416 or 4229105. OLE color: 4229105.

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

Color convert

RGB 241 135 64 -
CMYK 0 0.44 0.73 0.05
HSL 24.07º 0.86% 0.6% -
HSV(B) 24.07º 0.73% 0.95% -
XYZ 45.87 36.4 9.46 -
YUV 158.6 74.62 186.77 -
System Red Green Blue C M Y K H S L
Decimal 241 135 64 0 0.44 0.73 0.05 24.07 0.86 0.6
Hex F1 87 40 0 2C 49 5 18 56 3C
Octal 361 207 100 0 54 111 5 30 126 74
Binary 11110001 10000111 1000000 0 101100 1001001 101 11000 1010110 111100

Color Harmonies of #F18740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18740

Black with #F18740

Text Example


Text Example

White with #F18740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18740; }

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

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

background-color css

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

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

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

border-color css

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

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

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