Html Css Color HEX #FC701D Pumpkin

📋 copy color: '#FC701D'

red 252 ◦ green 112 ◦ blue 29

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

Shades of Pumpkin #FC701D

Tints of Pumpkin #FC701D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.38%

R = 64.12%
G = 28.5%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC701D (or 0xFC701D) is known color: Pumpkin. HEX triplet: FC, 70 and 1D. RGB value is (252,112,29). Sum of RGB (Red+Green+Blue) = 252+112+29=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC701D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC701D is #038FE2. Grayscale: #909090. Windows color (decimal): -233443 or 1929468. OLE color: 1929468.

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

Color convert

RGB 252 112 29 -
CMYK 0 0.56 0.88 0.01
HSL 22.33º 0.97% 0.55% -
HSV(B) 22.33º 0.88% 0.99% -
XYZ 46.16 32.37 4.98 -
YUV 144.4 62.88 204.75 -
System Red Green Blue C M Y K H S L
Decimal 252 112 29 0 0.56 0.88 0.01 22.33 0.97 0.55
Hex FC 70 1D 0 38 58 1 16 61 37
Octal 374 160 35 0 70 130 1 26 141 67
Binary 11111100 1110000 11101 0 111000 1011000 1 10110 1100001 110111

Color Harmonies of #FC701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC701D

Black with #FC701D

Text Example


Text Example

White with #FC701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC701D; }

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

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

background-color css

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

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

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

border-color css

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

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

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