Html Css Color HEX #FC721F Pumpkin

📋 copy color: '#FC721F'

red 252 ◦ green 114 ◦ blue 31

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

Shades of Pumpkin #FC721F

Tints of Pumpkin #FC721F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.72%

 BLUE value IS 31 (12.5% from 255) = 7.81%

R = 63.48%
G = 28.72%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC721F (or 0xFC721F) is known color: Pumpkin. HEX triplet: FC, 72 and 1F. RGB value is (252,114,31). Sum of RGB (Red+Green+Blue) = 252+114+31=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 31 (12.5% from 255 or 7.81% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC721F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC721F is #038DE0. Grayscale: #929292. Windows color (decimal): -232929 or 2061052. OLE color: 2061052.

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

Color convert

RGB 252 114 31 -
CMYK 0 0.55 0.88 0.01
HSL 22.53º 0.97% 0.55% -
HSV(B) 22.53º 0.88% 0.99% -
XYZ 46.41 32.83 5.19 -
YUV 145.8 63.22 203.75 -
System Red Green Blue C M Y K H S L
Decimal 252 114 31 0 0.55 0.88 0.01 22.53 0.97 0.55
Hex FC 72 1F 0 37 58 1 17 61 37
Octal 374 162 37 0 67 130 1 27 141 67
Binary 11111100 1110010 11111 0 110111 1011000 1 10111 1100001 110111

Color Harmonies of #FC721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC721F

Black with #FC721F

Text Example


Text Example

White with #FC721F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC721F; }

 p { color: rgb(252,114,31); }

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

background-color css

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

 a { background-color: rgb(252,114,31); }

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

border-color css

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

 span { border-color: rgb(252,114,31); }

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