Html Css Color HEX #F2873F Flamenco

📋 copy color: '#F2873F'

red 242 ◦ green 135 ◦ blue 63

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

Shades of Flamenco #F2873F

Tints of Flamenco #F2873F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.68%

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

R = 55%
G = 30.68%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2873F (or 0xF2873F) is known color: Flamenco. HEX triplet: F2, 87 and 3F. RGB value is (242,135,63). Sum of RGB (Red+Green+Blue) = 242+135+63=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 63 (25% from 255 or 14.32% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F2873F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2873F is #0D78C0. Grayscale: #9F9F9F. Windows color (decimal): -882881 or 4163570. OLE color: 4163570.

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

Color convert

RGB 242 135 63 -
CMYK 0 0.44 0.74 0.05
HSL 24.13º 0.87% 0.6% -
HSV(B) 24.13º 0.74% 0.95% -
XYZ 46.18 36.56 9.33 -
YUV 158.79 73.95 187.35 -
System Red Green Blue C M Y K H S L
Decimal 242 135 63 0 0.44 0.74 0.05 24.13 0.87 0.6
Hex F2 87 3F 0 2C 4A 5 18 57 3C
Octal 362 207 77 0 54 112 5 30 127 74
Binary 11110010 10000111 111111 0 101100 1001010 101 11000 1010111 111100

Color Harmonies of #F2873F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2873F

Black with #F2873F

Text Example


Text Example

White with #F2873F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2873F; }

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

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

background-color css

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

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

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

border-color css

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

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

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