Html Css Color HEX #FC8113 Pumpkin

📋 copy color: '#FC8113'

red 252 ◦ green 129 ◦ blue 19

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

Shades of Pumpkin #FC8113

Tints of Pumpkin #FC8113

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.25%

 BLUE value IS 19 (7.81% from 255) = 4.75%

R = 63%
G = 32.25%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC8113 (or 0xFC8113) is known color: Pumpkin. HEX triplet: FC, 81 and 13. RGB value is (252,129,19). Sum of RGB (Red+Green+Blue) = 252+129+19=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 19 (7.81% from 255 or 4.75% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8113 is #037EEC. Grayscale: #999999. Windows color (decimal): -229101 or 1278460. OLE color: 1278460.

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

Color convert

RGB 252 129 19 -
CMYK 0 0.49 0.92 0.01
HSL 28.33º 0.97% 0.53% -
HSV(B) 28.33º 0.92% 0.99% -
XYZ 48.11 36.44 5.11 -
YUV 153.24 52.25 198.44 -
System Red Green Blue C M Y K H S L
Decimal 252 129 19 0 0.49 0.92 0.01 28.33 0.97 0.53
Hex FC 81 13 0 31 5C 1 1C 61 35
Octal 374 201 23 0 61 134 1 34 141 65
Binary 11111100 10000001 10011 0 110001 1011100 1 11100 1100001 110101

Color Harmonies of #FC8113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8113

Black with #FC8113

Text Example


Text Example

White with #FC8113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8113; }

 p { color: rgb(252,129,19); }

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

background-color css

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

 a { background-color: rgb(252,129,19); }

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

border-color css

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

 span { border-color: rgb(252,129,19); }

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