Html Css Color HEX #F18643 Flamenco

📋 copy color: '#F18643'

red 241 ◦ green 134 ◦ blue 67

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

Shades of Flamenco #F18643

Tints of Flamenco #F18643

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.32%

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

R = 54.52%
G = 30.32%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F18643 (or 0xF18643) is known color: Flamenco. HEX triplet: F1, 86 and 43. RGB value is (241,134,67). Sum of RGB (Red+Green+Blue) = 241+134+67=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 67 (26.56% from 255 or 15.16% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F18643 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18643 is #0E79BC. Grayscale: #9E9E9E. Windows color (decimal): -948669 or 4425457. OLE color: 4425457.

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

Color convert

RGB 241 134 67 -
CMYK 0 0.44 0.72 0.05
HSL 23.1º 0.86% 0.6% -
HSV(B) 23.1º 0.72% 0.95% -
XYZ 45.81 36.16 9.87 -
YUV 158.36 76.45 186.95 -
System Red Green Blue C M Y K H S L
Decimal 241 134 67 0 0.44 0.72 0.05 23.1 0.86 0.6
Hex F1 86 43 0 2C 48 5 17 56 3C
Octal 361 206 103 0 54 110 5 27 126 74
Binary 11110001 10000110 1000011 0 101100 1001000 101 10111 1010110 111100

Color Harmonies of #F18643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18643

Black with #F18643

Text Example


Text Example

White with #F18643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18643; }

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

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

background-color css

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

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

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

border-color css

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

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

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