Html Css Color HEX #FC731F Pumpkin

📋 copy color: '#FC731F'

red 252 ◦ green 115 ◦ blue 31

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

Shades of Pumpkin #FC731F

Tints of Pumpkin #FC731F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.89%

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

R = 63.32%
G = 28.89%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC731F (or 0xFC731F) is known color: Pumpkin. HEX triplet: FC, 73 and 1F. RGB value is (252,115,31). Sum of RGB (Red+Green+Blue) = 252+115+31=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 31 (12.5% from 255 or 7.79% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC731F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC731F is #038CE0. Grayscale: #929292. Windows color (decimal): -232673 or 2061308. OLE color: 2061308.

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

Color convert

RGB 252 115 31 -
CMYK 0 0.54 0.88 0.01
HSL 22.81º 0.97% 0.55% -
HSV(B) 22.81º 0.88% 0.99% -
XYZ 46.52 33.06 5.22 -
YUV 146.39 62.89 203.33 -
System Red Green Blue C M Y K H S L
Decimal 252 115 31 0 0.54 0.88 0.01 22.81 0.97 0.55
Hex FC 73 1F 0 36 58 1 17 61 37
Octal 374 163 37 0 66 130 1 27 141 67
Binary 11111100 1110011 11111 0 110110 1011000 1 10111 1100001 110111

Color Harmonies of #FC731F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC731F

Black with #FC731F

Text Example


Text Example

White with #FC731F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC731F; }

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

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

background-color css

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

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

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

border-color css

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

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

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