Html Css Color HEX #FC8419 Pumpkin

📋 copy color: '#FC8419'

red 252 ◦ green 132 ◦ blue 25

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

Shades of Pumpkin #FC8419

Tints of Pumpkin #FC8419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.11%

R = 61.61%
G = 32.27%
B = 6.11%

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

#FC8419 (or 0xFC8419) is known color: Pumpkin. HEX triplet: FC, 84 and 19. RGB value is (252,132,25). Sum of RGB (Red+Green+Blue) = 252+132+25=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8419 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8419 is #037BE6. Grayscale: #9C9C9C. Windows color (decimal): -228327 or 1672444. OLE color: 1672444.

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

Color convert

RGB 252 132 25 -
CMYK 0 0.48 0.90 0.01
HSL 28.28º 0.97% 0.54% -
HSV(B) 28.28º 0.9% 0.99% -
XYZ 48.57 37.27 5.55 -
YUV 155.68 54.26 196.7 -
System Red Green Blue C M Y K H S L
Decimal 252 132 25 0 0.48 0.90 0.01 28.28 0.97 0.54
Hex FC 84 19 0 30 5A 1 1C 61 36
Octal 374 204 31 0 60 132 1 34 141 66
Binary 11111100 10000100 11001 0 110000 1011010 1 11100 1100001 110110

Color Harmonies of #FC8419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8419

Black with #FC8419

Text Example


Text Example

White with #FC8419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8419; }

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

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

background-color css

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

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

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

border-color css

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

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

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