Html Css Color HEX #F18043 Flamenco

📋 copy color: '#F18043'

red 241 ◦ green 128 ◦ blue 67

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

Shades of Flamenco #F18043

Tints of Flamenco #F18043

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.36%

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

R = 55.28%
G = 29.36%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F18043 (or 0xF18043) is known color: Flamenco. HEX triplet: F1, 80 and 43. RGB value is (241,128,67). Sum of RGB (Red+Green+Blue) = 241+128+67=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 67 (26.56% from 255 or 15.37% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F18043 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18043 is #0E7FBC. Grayscale: #9B9B9B. Windows color (decimal): -950205 or 4423921. OLE color: 4423921.

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

Color convert

RGB 241 128 67 -
CMYK 0 0.47 0.72 0.05
HSL 21.03º 0.86% 0.6% -
HSV(B) 21.03º 0.72% 0.95% -
XYZ 45.01 34.54 9.61 -
YUV 154.83 78.44 189.46 -
System Red Green Blue C M Y K H S L
Decimal 241 128 67 0 0.47 0.72 0.05 21.03 0.86 0.6
Hex F1 80 43 0 2F 48 5 15 56 3C
Octal 361 200 103 0 57 110 5 25 126 74
Binary 11110001 10000000 1000011 0 101111 1001000 101 10101 1010110 111100

Color Harmonies of #F18043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18043

Black with #F18043

Text Example


Text Example

White with #F18043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18043; }

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

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

background-color css

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

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

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

border-color css

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

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

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