Html Css Color HEX #F18A41 Flamenco

📋 copy color: '#F18A41'

red 241 ◦ green 138 ◦ blue 65

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

Shades of Flamenco #F18A41

Tints of Flamenco #F18A41

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.08%

 BLUE value IS 65 (25.78% from 255) = 14.64%

R = 54.28%
G = 31.08%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F18A41 (or 0xF18A41) is known color: Flamenco. HEX triplet: F1, 8A and 41. RGB value is (241,138,65). Sum of RGB (Red+Green+Blue) = 241+138+65=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18A41 is #0E75BE. Grayscale: #A0A0A0. Windows color (decimal): -947647 or 4295409. OLE color: 4295409.

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

Color convert

RGB 241 138 65 -
CMYK 0 0.43 0.73 0.05
HSL 24.89º 0.86% 0.6% -
HSV(B) 24.89º 0.73% 0.95% -
XYZ 46.32 37.26 9.75 -
YUV 160.48 74.12 185.44 -
System Red Green Blue C M Y K H S L
Decimal 241 138 65 0 0.43 0.73 0.05 24.89 0.86 0.6
Hex F1 8A 41 0 2B 49 5 19 56 3C
Octal 361 212 101 0 53 111 5 31 126 74
Binary 11110001 10001010 1000001 0 101011 1001001 101 11001 1010110 111100

Color Harmonies of #F18A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18A41

Black with #F18A41

Text Example


Text Example

White with #F18A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18A41; }

 p { color: rgb(241,138,65); }

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

background-color css

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

 a { background-color: rgb(241,138,65); }

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

border-color css

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

 span { border-color: rgb(241,138,65); }

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