Html Css Color HEX #FC7015 Pumpkin

📋 copy color: '#FC7015'

red 252 ◦ green 112 ◦ blue 21

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

Shades of Pumpkin #FC7015

Tints of Pumpkin #FC7015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.45%

R = 65.45%
G = 29.09%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC7015 (or 0xFC7015) is known color: Pumpkin. HEX triplet: FC, 70 and 15. RGB value is (252,112,21). Sum of RGB (Red+Green+Blue) = 252+112+21=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 21 (8.59% from 255 or 5.45% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7015 is #038FEA. Grayscale: #8F8F8F. Windows color (decimal): -233451 or 1405180. OLE color: 1405180.

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

Color convert

RGB 252 112 21 -
CMYK 0 0.56 0.92 0.01
HSL 23.64º 0.97% 0.54% -
HSV(B) 23.64º 0.92% 0.99% -
XYZ 46.07 32.34 4.52 -
YUV 143.49 58.88 205.4 -
System Red Green Blue C M Y K H S L
Decimal 252 112 21 0 0.56 0.92 0.01 23.64 0.97 0.54
Hex FC 70 15 0 38 5C 1 18 61 36
Octal 374 160 25 0 70 134 1 30 141 66
Binary 11111100 1110000 10101 0 111000 1011100 1 11000 1100001 110110

Color Harmonies of #FC7015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7015

Black with #FC7015

Text Example


Text Example

White with #FC7015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7015; }

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

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

background-color css

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

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

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

border-color css

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

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

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