Html Css Color HEX #F18344 Flamenco

📋 copy color: '#F18344'

red 241 ◦ green 131 ◦ blue 68

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

Shades of Flamenco #F18344

Tints of Flamenco #F18344

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.77%

 BLUE value IS 68 (26.95% from 255) = 15.45%

R = 54.77%
G = 29.77%
B = 15.45%

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

#F18344 (or 0xF18344) is known color: Flamenco. HEX triplet: F1, 83 and 44. RGB value is (241,131,68). Sum of RGB (Red+Green+Blue) = 241+131+68=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 68 (26.95% from 255 or 15.45% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F18344 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18344 is #0E7CBB. Grayscale: #9D9D9D. Windows color (decimal): -949436 or 4490225. OLE color: 4490225.

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

Color convert

RGB 241 131 68 -
CMYK 0 0.46 0.72 0.05
HSL 21.85º 0.86% 0.61% -
HSV(B) 21.85º 0.72% 0.95% -
XYZ 45.44 35.35 9.9 -
YUV 156.71 77.94 188.12 -
System Red Green Blue C M Y K H S L
Decimal 241 131 68 0 0.46 0.72 0.05 21.85 0.86 0.61
Hex F1 83 44 0 2E 48 5 16 56 3D
Octal 361 203 104 0 56 110 5 26 126 75
Binary 11110001 10000011 1000100 0 101110 1001000 101 10110 1010110 111101

Color Harmonies of #F18344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18344

Black with #F18344

Text Example


Text Example

White with #F18344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18344; }

 p { color: rgb(241,131,68); }

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

background-color css

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

 a { background-color: rgb(241,131,68); }

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

border-color css

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

 span { border-color: rgb(241,131,68); }

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