Html Css Color HEX #FC8640 Flamenco

📋 copy color: '#FC8640'

red 252 ◦ green 134 ◦ blue 64

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

Shades of Flamenco #FC8640

Tints of Flamenco #FC8640

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.78%

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

R = 56%
G = 29.78%
B = 14.22%

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

#FC8640 (or 0xFC8640) is known color: Flamenco. HEX triplet: FC, 86 and 40. RGB value is (252,134,64). Sum of RGB (Red+Green+Blue) = 252+134+64=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8640 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8640 is #0379BF. Grayscale: #A1A1A1. Windows color (decimal): -227776 or 4228860. OLE color: 4228860.

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

Color convert

RGB 252 134 64 -
CMYK 0 0.47 0.75 0.01
HSL 22.34º 0.97% 0.62% -
HSV(B) 22.34º 0.75% 0.99% -
XYZ 49.6 38.12 9.59 -
YUV 161.3 73.09 192.69 -
System Red Green Blue C M Y K H S L
Decimal 252 134 64 0 0.47 0.75 0.01 22.34 0.97 0.62
Hex FC 86 40 0 2F 4B 1 16 61 3E
Octal 374 206 100 0 57 113 1 26 141 76
Binary 11111100 10000110 1000000 0 101111 1001011 1 10110 1100001 111110

Color Harmonies of #FC8640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8640

Black with #FC8640

Text Example


Text Example

White with #FC8640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8640; }

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

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

background-color css

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

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

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

border-color css

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

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

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