Html Css Color HEX #F28B49 Flamenco

📋 copy color: '#F28B49'

red 242 ◦ green 139 ◦ blue 73

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

Shades of Flamenco #F28B49

Tints of Flamenco #F28B49

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.62%

 BLUE value IS 73 (28.91% from 255) = 16.08%

R = 53.3%
G = 30.62%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F28B49 (or 0xF28B49) is known color: Flamenco. HEX triplet: F2, 8B and 49. RGB value is (242,139,73). Sum of RGB (Red+Green+Blue) = 242+139+73=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 73 (28.91% from 255 or 16.08% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28B49 is #0D74B6. Grayscale: #A2A2A2. Windows color (decimal): -881847 or 4819954. OLE color: 4819954.

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

Color convert

RGB 242 139 73 -
CMYK 0 0.43 0.70 0.05
HSL 23.43º 0.87% 0.62% -
HSV(B) 23.43º 0.7% 0.95% -
XYZ 47.05 37.82 11.12 -
YUV 162.27 77.62 184.87 -
System Red Green Blue C M Y K H S L
Decimal 242 139 73 0 0.43 0.70 0.05 23.43 0.87 0.62
Hex F2 8B 49 0 2B 46 5 17 57 3E
Octal 362 213 111 0 53 106 5 27 127 76
Binary 11110010 10001011 1001001 0 101011 1000110 101 10111 1010111 111110

Color Harmonies of #F28B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28B49

Black with #F28B49

Text Example


Text Example

White with #F28B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28B49; }

 p { color: rgb(242,139,73); }

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

background-color css

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

 a { background-color: rgb(242,139,73); }

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

border-color css

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

 span { border-color: rgb(242,139,73); }

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