Html Css Color HEX #F28349 Flamenco

📋 copy color: '#F28349'

red 242 ◦ green 131 ◦ blue 73

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

Shades of Flamenco #F28349

Tints of Flamenco #F28349

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.37%

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

R = 54.26%
G = 29.37%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F28349 (or 0xF28349) is known color: Flamenco. HEX triplet: F2, 83 and 49. RGB value is (242,131,73). Sum of RGB (Red+Green+Blue) = 242+131+73=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 73 (28.91% from 255 or 16.37% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F28349 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28349 is #0D7CB6. Grayscale: #9D9D9D. Windows color (decimal): -883895 or 4817906. OLE color: 4817906.

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

Color convert

RGB 242 131 73 -
CMYK 0 0.46 0.70 0.05
HSL 20.59º 0.87% 0.62% -
HSV(B) 20.59º 0.7% 0.95% -
XYZ 45.94 35.59 10.75 -
YUV 157.58 80.27 188.22 -
System Red Green Blue C M Y K H S L
Decimal 242 131 73 0 0.46 0.70 0.05 20.59 0.87 0.62
Hex F2 83 49 0 2E 46 5 15 57 3E
Octal 362 203 111 0 56 106 5 25 127 76
Binary 11110010 10000011 1001001 0 101110 1000110 101 10101 1010111 111110

Color Harmonies of #F28349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28349

Black with #F28349

Text Example


Text Example

White with #F28349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28349; }

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

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

background-color css

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

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

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

border-color css

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

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

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