Html Css Color HEX #F18443 Flamenco

📋 copy color: '#F18443'

red 241 ◦ green 132 ◦ blue 67

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

Shades of Flamenco #F18443

Tints of Flamenco #F18443

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30%

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

R = 54.77%
G = 30%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F18443 (or 0xF18443) is known color: Flamenco. HEX triplet: F1, 84 and 43. RGB value is (241,132,67). Sum of RGB (Red+Green+Blue) = 241+132+67=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 67 (26.56% from 255 or 15.23% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F18443 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18443 is #0E7BBC. Grayscale: #9D9D9D. Windows color (decimal): -949181 or 4424945. OLE color: 4424945.

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

Color convert

RGB 241 132 67 -
CMYK 0 0.45 0.72 0.05
HSL 22.41º 0.86% 0.6% -
HSV(B) 22.41º 0.72% 0.95% -
XYZ 45.54 35.61 9.78 -
YUV 157.18 77.11 187.79 -
System Red Green Blue C M Y K H S L
Decimal 241 132 67 0 0.45 0.72 0.05 22.41 0.86 0.6
Hex F1 84 43 0 2D 48 5 16 56 3C
Octal 361 204 103 0 55 110 5 26 126 74
Binary 11110001 10000100 1000011 0 101101 1001000 101 10110 1010110 111100

Color Harmonies of #F18443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18443

Black with #F18443

Text Example


Text Example

White with #F18443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18443; }

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

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

background-color css

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

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

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

border-color css

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

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

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