Html Css Color HEX #FC731C Pumpkin

📋 copy color: '#FC731C'

red 252 ◦ green 115 ◦ blue 28

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

Shades of Pumpkin #FC731C

Tints of Pumpkin #FC731C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.09%

R = 63.8%
G = 29.11%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC731C (or 0xFC731C) is known color: Pumpkin. HEX triplet: FC, 73 and 1C. RGB value is (252,115,28). Sum of RGB (Red+Green+Blue) = 252+115+28=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC731C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC731C is #038CE3. Grayscale: #929292. Windows color (decimal): -232676 or 1864700. OLE color: 1864700.

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

Color convert

RGB 252 115 28 -
CMYK 0 0.54 0.89 0.01
HSL 23.3º 0.97% 0.55% -
HSV(B) 23.3º 0.89% 0.99% -
XYZ 46.49 33.04 5.03 -
YUV 146.05 61.39 203.57 -
System Red Green Blue C M Y K H S L
Decimal 252 115 28 0 0.54 0.89 0.01 23.3 0.97 0.55
Hex FC 73 1C 0 36 59 1 17 61 37
Octal 374 163 34 0 66 131 1 27 141 67
Binary 11111100 1110011 11100 0 110110 1011001 1 10111 1100001 110111

Color Harmonies of #FC731C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC731C

Black with #FC731C

Text Example


Text Example

White with #FC731C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC731C; }

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

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

background-color css

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

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

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

border-color css

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

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

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