Html Css Color HEX #FC8024 Pumpkin

📋 copy color: '#FC8024'

red 252 ◦ green 128 ◦ blue 36

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

Shades of Pumpkin #FC8024

Tints of Pumpkin #FC8024

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.77%

 BLUE value IS 36 (14.45% from 255) = 8.65%

R = 60.58%
G = 30.77%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC8024 (or 0xFC8024) is known color: Pumpkin. HEX triplet: FC, 80 and 24. RGB value is (252,128,36). Sum of RGB (Red+Green+Blue) = 252+128+36=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 36 (14.45% from 255 or 8.65% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8024 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8024 is #037FDB. Grayscale: #9B9B9B. Windows color (decimal): -229340 or 2392316. OLE color: 2392316.

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

Color convert

RGB 252 128 36 -
CMYK 0 0.49 0.86 0.01
HSL 25.56º 0.97% 0.56% -
HSV(B) 25.56º 0.86% 0.99% -
XYZ 48.18 36.26 6.13 -
YUV 154.59 61.08 197.48 -
System Red Green Blue C M Y K H S L
Decimal 252 128 36 0 0.49 0.86 0.01 25.56 0.97 0.56
Hex FC 80 24 0 31 56 1 1A 61 38
Octal 374 200 44 0 61 126 1 32 141 70
Binary 11111100 10000000 100100 0 110001 1010110 1 11010 1100001 111000

Color Harmonies of #FC8024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8024

Black with #FC8024

Text Example


Text Example

White with #FC8024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8024; }

 p { color: rgb(252,128,36); }

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

background-color css

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

 a { background-color: rgb(252,128,36); }

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

border-color css

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

 span { border-color: rgb(252,128,36); }

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