Html Css Color HEX #FC8515 Pumpkin

📋 copy color: '#FC8515'

red 252 ◦ green 133 ◦ blue 21

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

Shades of Pumpkin #FC8515

Tints of Pumpkin #FC8515

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.76%

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

R = 62.07%
G = 32.76%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC8515 (or 0xFC8515) is known color: Pumpkin. HEX triplet: FC, 85 and 15. RGB value is (252,133,21). Sum of RGB (Red+Green+Blue) = 252+133+21=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 21 (8.59% from 255 or 5.17% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8515 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8515 is #037AEA. Grayscale: #9C9C9C. Windows color (decimal): -228075 or 1410556. OLE color: 1410556.

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

Color convert

RGB 252 133 21 -
CMYK 0 0.47 0.92 0.01
HSL 29.09º 0.97% 0.54% -
HSV(B) 29.09º 0.92% 0.99% -
XYZ 48.67 37.52 5.39 -
YUV 155.81 51.92 196.61 -
System Red Green Blue C M Y K H S L
Decimal 252 133 21 0 0.47 0.92 0.01 29.09 0.97 0.54
Hex FC 85 15 0 2F 5C 1 1D 61 36
Octal 374 205 25 0 57 134 1 35 141 66
Binary 11111100 10000101 10101 0 101111 1011100 1 11101 1100001 110110

Color Harmonies of #FC8515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8515

Black with #FC8515

Text Example


Text Example

White with #FC8515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8515; }

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

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

background-color css

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

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

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

border-color css

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

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

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