Html Css Color HEX #FC861F Pumpkin

📋 copy color: '#FC861F'

red 252 ◦ green 134 ◦ blue 31

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

Shades of Pumpkin #FC861F

Tints of Pumpkin #FC861F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.43%

R = 60.43%
G = 32.13%
B = 7.43%

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

#FC861F (or 0xFC861F) is known color: Pumpkin. HEX triplet: FC, 86 and 1F. RGB value is (252,134,31). Sum of RGB (Red+Green+Blue) = 252+134+31=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 31 (12.5% from 255 or 7.43% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC861F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC861F is #0379E0. Grayscale: #9E9E9E. Windows color (decimal): -227809 or 2066172. OLE color: 2066172.

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

Color convert

RGB 252 134 31 -
CMYK 0 0.47 0.88 0.01
HSL 27.96º 0.97% 0.55% -
HSV(B) 27.96º 0.88% 0.99% -
XYZ 48.92 37.84 6.02 -
YUV 157.54 56.59 195.38 -
System Red Green Blue C M Y K H S L
Decimal 252 134 31 0 0.47 0.88 0.01 27.96 0.97 0.55
Hex FC 86 1F 0 2F 58 1 1C 61 37
Octal 374 206 37 0 57 130 1 34 141 67
Binary 11111100 10000110 11111 0 101111 1011000 1 11100 1100001 110111

Color Harmonies of #FC861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC861F

Black with #FC861F

Text Example


Text Example

White with #FC861F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC861F; }

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

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

background-color css

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

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

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

border-color css

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

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

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