Html Css Color HEX #FC861D Pumpkin

📋 copy color: '#FC861D'

red 252 ◦ green 134 ◦ blue 29

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

Shades of Pumpkin #FC861D

Tints of Pumpkin #FC861D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.99%

R = 60.72%
G = 32.29%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC861D (or 0xFC861D) is known color: Pumpkin. HEX triplet: FC, 86 and 1D. RGB value is (252,134,29). Sum of RGB (Red+Green+Blue) = 252+134+29=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC861D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC861D is #0379E2. Grayscale: #9D9D9D. Windows color (decimal): -227811 or 1935100. OLE color: 1935100.

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

Color convert

RGB 252 134 29 -
CMYK 0 0.47 0.88 0.01
HSL 28.25º 0.97% 0.55% -
HSV(B) 28.25º 0.88% 0.99% -
XYZ 48.89 37.83 5.89 -
YUV 157.31 55.59 195.54 -
System Red Green Blue C M Y K H S L
Decimal 252 134 29 0 0.47 0.88 0.01 28.25 0.97 0.55
Hex FC 86 1D 0 2F 58 1 1C 61 37
Octal 374 206 35 0 57 130 1 34 141 67
Binary 11111100 10000110 11101 0 101111 1011000 1 11100 1100001 110111

Color Harmonies of #FC861D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC861D

Black with #FC861D

Text Example


Text Example

White with #FC861D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC861D; }

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

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

background-color css

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

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

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

border-color css

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

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

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