Html Css Color HEX #FC7018 Pumpkin

📋 copy color: '#FC7018'

red 252 ◦ green 112 ◦ blue 24

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

Shades of Pumpkin #FC7018

Tints of Pumpkin #FC7018

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.87%

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

R = 64.95%
G = 28.87%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC7018 (or 0xFC7018) is known color: Pumpkin. HEX triplet: FC, 70 and 18. RGB value is (252,112,24). Sum of RGB (Red+Green+Blue) = 252+112+24=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 24 (9.77% from 255 or 6.19% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7018 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7018 is #038FE7. Grayscale: #909090. Windows color (decimal): -233448 or 1601788. OLE color: 1601788.

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

Color convert

RGB 252 112 24 -
CMYK 0 0.56 0.90 0.01
HSL 23.16º 0.97% 0.54% -
HSV(B) 23.16º 0.9% 0.99% -
XYZ 46.1 32.35 4.68 -
YUV 143.83 60.38 205.16 -
System Red Green Blue C M Y K H S L
Decimal 252 112 24 0 0.56 0.90 0.01 23.16 0.97 0.54
Hex FC 70 18 0 38 5A 1 17 61 36
Octal 374 160 30 0 70 132 1 27 141 66
Binary 11111100 1110000 11000 0 111000 1011010 1 10111 1100001 110110

Color Harmonies of #FC7018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7018

Black with #FC7018

Text Example


Text Example

White with #FC7018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7018; }

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

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

background-color css

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

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

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

border-color css

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

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

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