Html Css Color HEX #FC631C Pumpkin

📋 copy color: '#FC631C'

red 252 ◦ green 99 ◦ blue 28

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

Shades of Pumpkin #FC631C

Tints of Pumpkin #FC631C

RGB

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

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

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

R = 66.49%
G = 26.12%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC631C (or 0xFC631C) is known color: Pumpkin. HEX triplet: FC, 63 and 1C. RGB value is (252,99,28). Sum of RGB (Red+Green+Blue) = 252+99+28=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC631C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC631C is #039CE3. Grayscale: #898989. Windows color (decimal): -236772 or 1860604. OLE color: 1860604.

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

Color convert

RGB 252 99 28 -
CMYK 0 0.61 0.89 0.01
HSL 19.02º 0.97% 0.55% -
HSV(B) 19.02º 0.89% 0.99% -
XYZ 44.82 29.7 4.47 -
YUV 136.65 66.69 210.27 -
System Red Green Blue C M Y K H S L
Decimal 252 99 28 0 0.61 0.89 0.01 19.02 0.97 0.55
Hex FC 63 1C 0 3D 59 1 13 61 37
Octal 374 143 34 0 75 131 1 23 141 67
Binary 11111100 1100011 11100 0 111101 1011001 1 10011 1100001 110111

Color Harmonies of #FC631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC631C

Black with #FC631C

Text Example


Text Example

White with #FC631C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC631C; }

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

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

background-color css

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

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

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

border-color css

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

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

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