Html Css Color HEX #F2803F Flamenco

📋 copy color: '#F2803F'

red 242 ◦ green 128 ◦ blue 63

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

Shades of Flamenco #F2803F

Tints of Flamenco #F2803F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.56%

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

R = 55.89%
G = 29.56%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2803F (or 0xF2803F) is known color: Flamenco. HEX triplet: F2, 80 and 3F. RGB value is (242,128,63). Sum of RGB (Red+Green+Blue) = 242+128+63=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F2803F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2803F is #0D7FC0. Grayscale: #9B9B9B. Windows color (decimal): -884673 or 4161778. OLE color: 4161778.

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

Color convert

RGB 242 128 63 -
CMYK 0 0.47 0.74 0.05
HSL 21.79º 0.87% 0.6% -
HSV(B) 21.79º 0.74% 0.95% -
XYZ 45.23 34.67 9.01 -
YUV 154.68 76.27 190.29 -
System Red Green Blue C M Y K H S L
Decimal 242 128 63 0 0.47 0.74 0.05 21.79 0.87 0.6
Hex F2 80 3F 0 2F 4A 5 16 57 3C
Octal 362 200 77 0 57 112 5 26 127 74
Binary 11110010 10000000 111111 0 101111 1001010 101 10110 1010111 111100

Color Harmonies of #F2803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2803F

Black with #F2803F

Text Example


Text Example

White with #F2803F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2803F; }

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

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

background-color css

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

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

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

border-color css

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

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

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