Html Css Color HEX #F2883F Flamenco

📋 copy color: '#F2883F'

red 242 ◦ green 136 ◦ blue 63

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

Shades of Flamenco #F2883F

Tints of Flamenco #F2883F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.84%

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

R = 54.88%
G = 30.84%
B = 14.29%

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

#F2883F (or 0xF2883F) is known color: Flamenco. HEX triplet: F2, 88 and 3F. RGB value is (242,136,63). Sum of RGB (Red+Green+Blue) = 242+136+63=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F2883F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2883F is #0D77C0. Grayscale: #9F9F9F. Windows color (decimal): -882625 or 4163826. OLE color: 4163826.

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

Color convert

RGB 242 136 63 -
CMYK 0 0.44 0.74 0.05
HSL 24.47º 0.87% 0.6% -
HSV(B) 24.47º 0.74% 0.95% -
XYZ 46.32 36.84 9.37 -
YUV 159.37 73.62 186.94 -
System Red Green Blue C M Y K H S L
Decimal 242 136 63 0 0.44 0.74 0.05 24.47 0.87 0.6
Hex F2 88 3F 0 2C 4A 5 18 57 3C
Octal 362 210 77 0 54 112 5 30 127 74
Binary 11110010 10001000 111111 0 101100 1001010 101 11000 1010111 111100

Color Harmonies of #F2883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2883F

Black with #F2883F

Text Example


Text Example

White with #F2883F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2883F; }

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

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

background-color css

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

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

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

border-color css

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

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

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