Html Css Color HEX #F18243 Flamenco

📋 copy color: '#F18243'

red 241 ◦ green 130 ◦ blue 67

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

Shades of Flamenco #F18243

Tints of Flamenco #F18243

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.68%

 BLUE value IS 67 (26.56% from 255) = 15.3%

R = 55.02%
G = 29.68%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F18243 (or 0xF18243) is known color: Flamenco. HEX triplet: F1, 82 and 43. RGB value is (241,130,67). Sum of RGB (Red+Green+Blue) = 241+130+67=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 67 (26.56% from 255 or 15.30% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F18243 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18243 is #0E7DBC. Grayscale: #9C9C9C. Windows color (decimal): -949693 or 4424433. OLE color: 4424433.

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

Color convert

RGB 241 130 67 -
CMYK 0 0.46 0.72 0.05
HSL 21.72º 0.86% 0.6% -
HSV(B) 21.72º 0.72% 0.95% -
XYZ 45.27 35.07 9.69 -
YUV 156.01 77.77 188.62 -
System Red Green Blue C M Y K H S L
Decimal 241 130 67 0 0.46 0.72 0.05 21.72 0.86 0.6
Hex F1 82 43 0 2E 48 5 16 56 3C
Octal 361 202 103 0 56 110 5 26 126 74
Binary 11110001 10000010 1000011 0 101110 1001000 101 10110 1010110 111100

Color Harmonies of #F18243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18243

Black with #F18243

Text Example


Text Example

White with #F18243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18243; }

 p { color: rgb(241,130,67); }

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

background-color css

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

 a { background-color: rgb(241,130,67); }

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

border-color css

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

 span { border-color: rgb(241,130,67); }

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