Html Css Color HEX #FC861C Pumpkin

📋 copy color: '#FC861C'

red 252 ◦ green 134 ◦ blue 28

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

Shades of Pumpkin #FC861C

Tints of Pumpkin #FC861C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.76%

R = 60.87%
G = 32.37%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC861C (or 0xFC861C) is known color: Pumpkin. HEX triplet: FC, 86 and 1C. RGB value is (252,134,28). Sum of RGB (Red+Green+Blue) = 252+134+28=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 28 (11.33% from 255 or 6.76% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC861C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC861C is #0379E3. Grayscale: #9D9D9D. Windows color (decimal): -227812 or 1869564. OLE color: 1869564.

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

Color convert

RGB 252 134 28 -
CMYK 0 0.47 0.89 0.01
HSL 28.39º 0.97% 0.55% -
HSV(B) 28.39º 0.89% 0.99% -
XYZ 48.88 37.83 5.82 -
YUV 157.2 55.09 195.62 -
System Red Green Blue C M Y K H S L
Decimal 252 134 28 0 0.47 0.89 0.01 28.39 0.97 0.55
Hex FC 86 1C 0 2F 59 1 1C 61 37
Octal 374 206 34 0 57 131 1 34 141 67
Binary 11111100 10000110 11100 0 101111 1011001 1 11100 1100001 110111

Color Harmonies of #FC861C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC861C

Black with #FC861C

Text Example


Text Example

White with #FC861C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC861C; }

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

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

background-color css

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

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

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

border-color css

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

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

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