Html Css Color HEX #F28649 Flamenco

📋 copy color: '#F28649'

red 242 ◦ green 134 ◦ blue 73

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

Shades of Flamenco #F28649

Tints of Flamenco #F28649

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.84%

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

R = 53.9%
G = 29.84%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F28649 (or 0xF28649) is known color: Flamenco. HEX triplet: F2, 86 and 49. RGB value is (242,134,73). Sum of RGB (Red+Green+Blue) = 242+134+73=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 73 (28.91% from 255 or 16.26% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F28649 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28649 is #0D79B6. Grayscale: #9F9F9F. Windows color (decimal): -883127 or 4818674. OLE color: 4818674.

HSL color Cylindrical-coordinate representation of color #F28649: hue angle of 21.66º 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 #F28649 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 134 73 -
CMYK 0 0.45 0.70 0.05
HSL 21.66º 0.87% 0.62% -
HSV(B) 21.66º 0.7% 0.95% -
XYZ 46.35 36.41 10.89 -
YUV 159.34 79.28 186.96 -
System Red Green Blue C M Y K H S L
Decimal 242 134 73 0 0.45 0.70 0.05 21.66 0.87 0.62
Hex F2 86 49 0 2D 46 5 16 57 3E
Octal 362 206 111 0 55 106 5 26 127 76
Binary 11110010 10000110 1001001 0 101101 1000110 101 10110 1010111 111110

Color Harmonies of #F28649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28649

Black with #F28649

Text Example


Text Example

White with #F28649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28649; }

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

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

background-color css

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

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

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

border-color css

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

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

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