Html Css Color HEX #FC631D Pumpkin

📋 copy color: '#FC631D'

red 252 ◦ green 99 ◦ blue 29

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

Shades of Pumpkin #FC631D

Tints of Pumpkin #FC631D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.05%

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

R = 66.32%
G = 26.05%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC631D (or 0xFC631D) is known color: Pumpkin. HEX triplet: FC, 63 and 1D. RGB value is (252,99,29). Sum of RGB (Red+Green+Blue) = 252+99+29=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 29 (11.72% from 255 or 7.63% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC631D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC631D is #039CE2. Grayscale: #898989. Windows color (decimal): -236771 or 1926140. OLE color: 1926140.

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

Color convert

RGB 252 99 29 -
CMYK 0 0.61 0.88 0.01
HSL 18.83º 0.97% 0.55% -
HSV(B) 18.83º 0.88% 0.99% -
XYZ 44.83 29.71 4.53 -
YUV 136.77 67.19 210.19 -
System Red Green Blue C M Y K H S L
Decimal 252 99 29 0 0.61 0.88 0.01 18.83 0.97 0.55
Hex FC 63 1D 0 3D 58 1 13 61 37
Octal 374 143 35 0 75 130 1 23 141 67
Binary 11111100 1100011 11101 0 111101 1011000 1 10011 1100001 110111

Color Harmonies of #FC631D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC631D

Black with #FC631D

Text Example


Text Example

White with #FC631D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC631D; }

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

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

background-color css

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

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

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

border-color css

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

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

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