Html Css Color HEX #F18145 Flamenco

📋 copy color: '#F18145'

red 241 ◦ green 129 ◦ blue 69

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

Shades of Flamenco #F18145

Tints of Flamenco #F18145

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.38%

 BLUE value IS 69 (27.34% from 255) = 15.72%

R = 54.9%
G = 29.38%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F18145 (or 0xF18145) is known color: Flamenco. HEX triplet: F1, 81 and 45. RGB value is (241,129,69). Sum of RGB (Red+Green+Blue) = 241+129+69=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 69 (27.34% from 255 or 15.72% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F18145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18145 is #0E7EBA. Grayscale: #9C9C9C. Windows color (decimal): -949947 or 4555249. OLE color: 4555249.

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

Color convert

RGB 241 129 69 -
CMYK 0 0.46 0.71 0.05
HSL 20.93º 0.86% 0.61% -
HSV(B) 20.93º 0.71% 0.95% -
XYZ 45.2 34.83 9.97 -
YUV 155.65 79.11 188.88 -
System Red Green Blue C M Y K H S L
Decimal 241 129 69 0 0.46 0.71 0.05 20.93 0.86 0.61
Hex F1 81 45 0 2E 47 5 15 56 3D
Octal 361 201 105 0 56 107 5 25 126 75
Binary 11110001 10000001 1000101 0 101110 1000111 101 10101 1010110 111101

Color Harmonies of #F18145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18145

Black with #F18145

Text Example


Text Example

White with #F18145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18145; }

 p { color: rgb(241,129,69); }

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

background-color css

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

 a { background-color: rgb(241,129,69); }

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

border-color css

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

 span { border-color: rgb(241,129,69); }

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