Html Css Color HEX #FC841A Pumpkin

📋 copy color: '#FC841A'

red 252 ◦ green 132 ◦ blue 26

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

Shades of Pumpkin #FC841A

Tints of Pumpkin #FC841A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.34%

R = 61.46%
G = 32.2%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC841A (or 0xFC841A) is known color: Pumpkin. HEX triplet: FC, 84 and 1A. RGB value is (252,132,26). Sum of RGB (Red+Green+Blue) = 252+132+26=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 26 (10.55% from 255 or 6.34% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC841A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC841A is #037BE5. Grayscale: #9C9C9C. Windows color (decimal): -228326 or 1737980. OLE color: 1737980.

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

Color convert

RGB 252 132 26 -
CMYK 0 0.48 0.90 0.01
HSL 28.14º 0.97% 0.55% -
HSV(B) 28.14º 0.9% 0.99% -
XYZ 48.58 37.27 5.61 -
YUV 155.8 54.76 196.62 -
System Red Green Blue C M Y K H S L
Decimal 252 132 26 0 0.48 0.90 0.01 28.14 0.97 0.55
Hex FC 84 1A 0 30 5A 1 1C 61 37
Octal 374 204 32 0 60 132 1 34 141 67
Binary 11111100 10000100 11010 0 110000 1011010 1 11100 1100001 110111

Color Harmonies of #FC841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC841A

Black with #FC841A

Text Example


Text Example

White with #FC841A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC841A; }

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

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

background-color css

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

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

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

border-color css

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

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

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