Html Css Color HEX #F2894A Flamenco

📋 copy color: '#F2894A'

red 242 ◦ green 137 ◦ blue 74

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

Shades of Flamenco #F2894A

Tints of Flamenco #F2894A

RGB

 RED value IS 242 (94.92% from 255) = 53.42%

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

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

R = 53.42%
G = 30.24%
B = 16.34%

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

#F2894A (or 0xF2894A) is known color: Flamenco. HEX triplet: F2, 89 and 4A. RGB value is (242,137,74). Sum of RGB (Red+Green+Blue) = 242+137+74=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F2894A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2894A is #0D76B5. Grayscale: #A1A1A1. Windows color (decimal): -882358 or 4884978. OLE color: 4884978.

HSL color Cylindrical-coordinate representation of color #F2894A: hue angle of 22.5º degrees, saturation: 0.87, 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 #F2894A is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 137 74 -
CMYK 0 0.43 0.69 0.05
HSL 22.5º 0.87% 0.62% -
HSV(B) 22.5º 0.69% 0.95% -
XYZ 46.8 37.26 11.2 -
YUV 161.21 78.79 185.62 -
System Red Green Blue C M Y K H S L
Decimal 242 137 74 0 0.43 0.69 0.05 22.5 0.87 0.62
Hex F2 89 4A 0 2B 45 5 16 57 3E
Octal 362 211 112 0 53 105 5 26 127 76
Binary 11110010 10001001 1001010 0 101011 1000101 101 10110 1010111 111110

Color Harmonies of #F2894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2894A

Black with #F2894A

Text Example


Text Example

White with #F2894A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2894A; }

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

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

background-color css

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

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

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

border-color css

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

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

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