Html Css Color HEX #F2843C Flamenco

📋 copy color: '#F2843C'

red 242 ◦ green 132 ◦ blue 60

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

Shades of Flamenco #F2843C

Tints of Flamenco #F2843C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.41%

 BLUE value IS 60 (23.83% from 255) = 13.82%

R = 55.76%
G = 30.41%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2843C (or 0xF2843C) is known color: Flamenco. HEX triplet: F2, 84 and 3C. RGB value is (242,132,60). Sum of RGB (Red+Green+Blue) = 242+132+60=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 60 (23.83% from 255 or 13.82% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F2843C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2843C is #0D7BC3. Grayscale: #9D9D9D. Windows color (decimal): -883652 or 3966194. OLE color: 3966194.

HSL color Cylindrical-coordinate representation of color #F2843C: hue angle of 23.74º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2843C is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 132 60 -
CMYK 0 0.45 0.75 0.05
HSL 23.74º 0.88% 0.59% -
HSV(B) 23.74º 0.75% 0.95% -
XYZ 45.68 35.71 8.76 -
YUV 156.68 73.44 188.85 -
System Red Green Blue C M Y K H S L
Decimal 242 132 60 0 0.45 0.75 0.05 23.74 0.88 0.59
Hex F2 84 3C 0 2D 4B 5 18 58 3B
Octal 362 204 74 0 55 113 5 30 130 73
Binary 11110010 10000100 111100 0 101101 1001011 101 11000 1011000 111011

Color Harmonies of #F2843C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2843C

Black with #F2843C

Text Example


Text Example

White with #F2843C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2843C; }

 p { color: rgb(242,132,60); }

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

background-color css

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

 a { background-color: rgb(242,132,60); }

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

border-color css

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

 span { border-color: rgb(242,132,60); }

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