Html Css Color HEX #FC8318 Pumpkin

📋 copy color: '#FC8318'

red 252 ◦ green 131 ◦ blue 24

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

Shades of Pumpkin #FC8318

Tints of Pumpkin #FC8318

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.19%

 BLUE value IS 24 (9.77% from 255) = 5.9%

R = 61.92%
G = 32.19%
B = 5.9%

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

#FC8318 (or 0xFC8318) is known color: Pumpkin. HEX triplet: FC, 83 and 18. RGB value is (252,131,24). Sum of RGB (Red+Green+Blue) = 252+131+24=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 24 (9.77% from 255 or 5.90% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8318 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8318 is #037CE7. Grayscale: #9B9B9B. Windows color (decimal): -228584 or 1606652. OLE color: 1606652.

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

Color convert

RGB 252 131 24 -
CMYK 0 0.48 0.90 0.01
HSL 28.16º 0.97% 0.54% -
HSV(B) 28.16º 0.9% 0.99% -
XYZ 48.43 36.99 5.45 -
YUV 154.98 54.09 197.2 -
System Red Green Blue C M Y K H S L
Decimal 252 131 24 0 0.48 0.90 0.01 28.16 0.97 0.54
Hex FC 83 18 0 30 5A 1 1C 61 36
Octal 374 203 30 0 60 132 1 34 141 66
Binary 11111100 10000011 11000 0 110000 1011010 1 11100 1100001 110110

Color Harmonies of #FC8318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8318

Black with #FC8318

Text Example


Text Example

White with #FC8318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8318; }

 p { color: rgb(252,131,24); }

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

background-color css

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

 a { background-color: rgb(252,131,24); }

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

border-color css

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

 span { border-color: rgb(252,131,24); }

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