Html Css Color HEX #FC841C Pumpkin

📋 copy color: '#FC841C'

red 252 ◦ green 132 ◦ blue 28

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

Shades of Pumpkin #FC841C

Tints of Pumpkin #FC841C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.04%

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

R = 61.17%
G = 32.04%
B = 6.8%

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

#FC841C (or 0xFC841C) is known color: Pumpkin. HEX triplet: FC, 84 and 1C. RGB value is (252,132,28). Sum of RGB (Red+Green+Blue) = 252+132+28=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC841C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC841C is #037BE3. Grayscale: #9C9C9C. Windows color (decimal): -228324 or 1869052. OLE color: 1869052.

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

Color convert

RGB 252 132 28 -
CMYK 0 0.48 0.89 0.01
HSL 27.86º 0.97% 0.55% -
HSV(B) 27.86º 0.89% 0.99% -
XYZ 48.61 37.28 5.73 -
YUV 156.02 55.76 196.46 -
System Red Green Blue C M Y K H S L
Decimal 252 132 28 0 0.48 0.89 0.01 27.86 0.97 0.55
Hex FC 84 1C 0 30 59 1 1C 61 37
Octal 374 204 34 0 60 131 1 34 141 67
Binary 11111100 10000100 11100 0 110000 1011001 1 11100 1100001 110111

Color Harmonies of #FC841C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC841C

Black with #FC841C

Text Example


Text Example

White with #FC841C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC841C; }

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

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

background-color css

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

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

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

border-color css

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

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

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