Html Css Color HEX #F0843F Flamenco

📋 copy color: '#F0843F'

red 240 ◦ green 132 ◦ blue 63

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

Shades of Flamenco #F0843F

Tints of Flamenco #F0843F

RGB

 RED value IS 240 (94.14% from 255) = 55.17%

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

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

R = 55.17%
G = 30.34%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0843F (or 0xF0843F) is known color: Flamenco. HEX triplet: F0, 84 and 3F. RGB value is (240,132,63). Sum of RGB (Red+Green+Blue) = 240+132+63=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 63 (25% from 255 or 14.48% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F0843F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0843F is #0F7BC0. Grayscale: #9C9C9C. Windows color (decimal): -1014721 or 4162800. OLE color: 4162800.

HSL color Cylindrical-coordinate representation of color #F0843F: hue angle of 23.39º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F0843F is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 132 63 -
CMYK 0 0.45 0.74 0.06
HSL 23.39º 0.86% 0.59% -
HSV(B) 23.39º 0.74% 0.94% -
XYZ 45.08 35.39 9.16 -
YUV 156.43 75.28 187.61 -
System Red Green Blue C M Y K H S L
Decimal 240 132 63 0 0.45 0.74 0.06 23.39 0.86 0.59
Hex F0 84 3F 0 2D 4A 6 17 56 3B
Octal 360 204 77 0 55 112 6 27 126 73
Binary 11110000 10000100 111111 0 101101 1001010 110 10111 1010110 111011

Color Harmonies of #F0843F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0843F

Black with #F0843F

Text Example


Text Example

White with #F0843F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0843F; }

 p { color: rgb(240,132,63); }

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

background-color css

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

 a { background-color: rgb(240,132,63); }

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

border-color css

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

 span { border-color: rgb(240,132,63); }

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