Html Css Color HEX #F2863F Flamenco

📋 copy color: '#F2863F'

red 242 ◦ green 134 ◦ blue 63

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

Shades of Flamenco #F2863F

Tints of Flamenco #F2863F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.35%

R = 55.13%
G = 30.52%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2863F (or 0xF2863F) is known color: Flamenco. HEX triplet: F2, 86 and 3F. RGB value is (242,134,63). Sum of RGB (Red+Green+Blue) = 242+134+63=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 63 (25% from 255 or 14.35% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F2863F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2863F is #0D79C0. Grayscale: #9E9E9E. Windows color (decimal): -883137 or 4163314. OLE color: 4163314.

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

Color convert

RGB 242 134 63 -
CMYK 0 0.45 0.74 0.05
HSL 23.8º 0.87% 0.6% -
HSV(B) 23.8º 0.74% 0.95% -
XYZ 46.04 36.29 9.28 -
YUV 158.2 74.28 187.77 -
System Red Green Blue C M Y K H S L
Decimal 242 134 63 0 0.45 0.74 0.05 23.8 0.87 0.6
Hex F2 86 3F 0 2D 4A 5 18 57 3C
Octal 362 206 77 0 55 112 5 30 127 74
Binary 11110010 10000110 111111 0 101101 1001010 101 11000 1010111 111100

Color Harmonies of #F2863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2863F

Black with #F2863F

Text Example


Text Example

White with #F2863F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2863F; }

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

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

background-color css

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

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

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

border-color css

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

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

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