Html Css Color HEX #FC800D Pumpkin

📋 copy color: '#FC800D'

red 252 ◦ green 128 ◦ blue 13

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

Shades of Pumpkin #FC800D

Tints of Pumpkin #FC800D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.57%

 BLUE value IS 13 (5.47% from 255) = 3.31%

R = 64.12%
G = 32.57%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC800D (or 0xFC800D) is known color: Pumpkin. HEX triplet: FC, 80 and 0D. RGB value is (252,128,13). Sum of RGB (Red+Green+Blue) = 252+128+13=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC800D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC800D is #037FF2. Grayscale: #989898. Windows color (decimal): -229363 or 884988. OLE color: 884988.

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

Color convert

RGB 252 128 13 -
CMYK 0 0.49 0.95 0.01
HSL 28.87º 0.98% 0.52% -
HSV(B) 28.87º 0.95% 0.99% -
XYZ 47.94 36.16 4.83 -
YUV 151.97 49.58 199.35 -
System Red Green Blue C M Y K H S L
Decimal 252 128 13 0 0.49 0.95 0.01 28.87 0.98 0.52
Hex FC 80 D 0 31 5F 1 1D 62 34
Octal 374 200 15 0 61 137 1 35 142 64
Binary 11111100 10000000 1101 0 110001 1011111 1 11101 1100010 110100

Color Harmonies of #FC800D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC800D

Black with #FC800D

Text Example


Text Example

White with #FC800D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC800D; }

 p { color: rgb(252,128,13); }

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

background-color css

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

 a { background-color: rgb(252,128,13); }

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

border-color css

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

 span { border-color: rgb(252,128,13); }

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