Html Css Color HEX #FC821C Pumpkin

📋 copy color: '#FC821C'

red 252 ◦ green 130 ◦ blue 28

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

Shades of Pumpkin #FC821C

Tints of Pumpkin #FC821C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.71%

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

R = 61.46%
G = 31.71%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC821C (or 0xFC821C) is known color: Pumpkin. HEX triplet: FC, 82 and 1C. RGB value is (252,130,28). Sum of RGB (Red+Green+Blue) = 252+130+28=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 28 (11.33% from 255 or 6.83% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC821C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC821C is #037DE3. Grayscale: #9B9B9B. Windows color (decimal): -228836 or 1868540. OLE color: 1868540.

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

Color convert

RGB 252 130 28 -
CMYK 0 0.48 0.89 0.01
HSL 27.32º 0.97% 0.55% -
HSV(B) 27.32º 0.89% 0.99% -
XYZ 48.34 36.74 5.64 -
YUV 154.85 56.42 197.29 -
System Red Green Blue C M Y K H S L
Decimal 252 130 28 0 0.48 0.89 0.01 27.32 0.97 0.55
Hex FC 82 1C 0 30 59 1 1B 61 37
Octal 374 202 34 0 60 131 1 33 141 67
Binary 11111100 10000010 11100 0 110000 1011001 1 11011 1100001 110111

Color Harmonies of #FC821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC821C

Black with #FC821C

Text Example


Text Example

White with #FC821C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC821C; }

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

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

background-color css

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

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

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

border-color css

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

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

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