Html Css Color HEX #FC8540 Flamenco

📋 copy color: '#FC8540'

red 252 ◦ green 133 ◦ blue 64

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

Shades of Flamenco #FC8540

Tints of Flamenco #FC8540

RGB

 RED value IS 252 (98.83% from 255) = 56.12%

 GREEN value IS 133 (52.34% from 255) = 29.62%

 BLUE value IS 64 (25.39% from 255) = 14.25%

R = 56.12%
G = 29.62%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC8540 (or 0xFC8540) is known color: Flamenco. HEX triplet: FC, 85 and 40. RGB value is (252,133,64). Sum of RGB (Red+Green+Blue) = 252+133+64=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 64 (25.39% from 255 or 14.25% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8540 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8540 is #037ABF. Grayscale: #A1A1A1. Windows color (decimal): -228032 or 4228604. OLE color: 4228604.

HSL color Cylindrical-coordinate representation of color #FC8540: hue angle of 22.02º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC8540 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 133 64 -
CMYK 0 0.47 0.75 0.01
HSL 22.02º 0.97% 0.62% -
HSV(B) 22.02º 0.75% 0.99% -
XYZ 49.46 37.84 9.55 -
YUV 160.72 73.42 193.11 -
System Red Green Blue C M Y K H S L
Decimal 252 133 64 0 0.47 0.75 0.01 22.02 0.97 0.62
Hex FC 85 40 0 2F 4B 1 16 61 3E
Octal 374 205 100 0 57 113 1 26 141 76
Binary 11111100 10000101 1000000 0 101111 1001011 1 10110 1100001 111110

Color Harmonies of #FC8540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8540

Black with #FC8540

Text Example


Text Example

White with #FC8540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8540; }

 p { color: rgb(252,133,64); }

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

background-color css

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

 a { background-color: rgb(252,133,64); }

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

border-color css

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

 span { border-color: rgb(252,133,64); }

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