Html Css Color HEX #FC6015 Pumpkin

📋 copy color: '#FC6015'

red 252 ◦ green 96 ◦ blue 21

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

Shades of Pumpkin #FC6015

Tints of Pumpkin #FC6015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.02%

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

R = 68.29%
G = 26.02%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC6015 (or 0xFC6015) is known color: Pumpkin. HEX triplet: FC, 60 and 15. RGB value is (252,96,21). Sum of RGB (Red+Green+Blue) = 252+96+21=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6015 is #039FEA. Grayscale: #868686. Windows color (decimal): -237547 or 1401084. OLE color: 1401084.

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

Color convert

RGB 252 96 21 -
CMYK 0 0.62 0.92 0.01
HSL 19.48º 0.97% 0.54% -
HSV(B) 19.48º 0.92% 0.99% -
XYZ 44.46 29.12 3.99 -
YUV 134.09 64.18 212.1 -
System Red Green Blue C M Y K H S L
Decimal 252 96 21 0 0.62 0.92 0.01 19.48 0.97 0.54
Hex FC 60 15 0 3E 5C 1 13 61 36
Octal 374 140 25 0 76 134 1 23 141 66
Binary 11111100 1100000 10101 0 111110 1011100 1 10011 1100001 110110

Color Harmonies of #FC6015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6015

Black with #FC6015

Text Example


Text Example

White with #FC6015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6015; }

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

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

background-color css

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

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

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

border-color css

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

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

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