Html Css Color HEX #F1894A Flamenco

📋 copy color: '#F1894A'

red 241 ◦ green 137 ◦ blue 74

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

Shades of Flamenco #F1894A

Tints of Flamenco #F1894A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.31%

 BLUE value IS 74 (29.3% from 255) = 16.37%

R = 53.32%
G = 30.31%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F1894A (or 0xF1894A) is known color: Flamenco. HEX triplet: F1, 89 and 4A. RGB value is (241,137,74). Sum of RGB (Red+Green+Blue) = 241+137+74=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F1894A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1894A is #0E76B5. Grayscale: #A1A1A1. Windows color (decimal): -947894 or 4884977. OLE color: 4884977.

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

Color convert

RGB 241 137 74 -
CMYK 0 0.43 0.69 0.05
HSL 22.63º 0.86% 0.62% -
HSV(B) 22.63º 0.69% 0.95% -
XYZ 46.46 37.09 11.19 -
YUV 160.91 78.96 185.12 -
System Red Green Blue C M Y K H S L
Decimal 241 137 74 0 0.43 0.69 0.05 22.63 0.86 0.62
Hex F1 89 4A 0 2B 45 5 17 56 3E
Octal 361 211 112 0 53 105 5 27 126 76
Binary 11110001 10001001 1001010 0 101011 1000101 101 10111 1010110 111110

Color Harmonies of #F1894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1894A

Black with #F1894A

Text Example


Text Example

White with #F1894A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1894A; }

 p { color: rgb(241,137,74); }

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

background-color css

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

 a { background-color: rgb(241,137,74); }

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

border-color css

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

 span { border-color: rgb(241,137,74); }

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