Html Css Color HEX #FC831C Pumpkin

📋 copy color: '#FC831C'

red 252 ◦ green 131 ◦ blue 28

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

Shades of Pumpkin #FC831C

Tints of Pumpkin #FC831C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.87%

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

R = 61.31%
G = 31.87%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC831C (or 0xFC831C) is known color: Pumpkin. HEX triplet: FC, 83 and 1C. RGB value is (252,131,28). Sum of RGB (Red+Green+Blue) = 252+131+28=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC831C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC831C is #037CE3. Grayscale: #9B9B9B. Windows color (decimal): -228580 or 1868796. OLE color: 1868796.

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

Color convert

RGB 252 131 28 -
CMYK 0 0.48 0.89 0.01
HSL 27.59º 0.97% 0.55% -
HSV(B) 27.59º 0.89% 0.99% -
XYZ 48.47 37.01 5.69 -
YUV 155.44 56.09 196.88 -
System Red Green Blue C M Y K H S L
Decimal 252 131 28 0 0.48 0.89 0.01 27.59 0.97 0.55
Hex FC 83 1C 0 30 59 1 1C 61 37
Octal 374 203 34 0 60 131 1 34 141 67
Binary 11111100 10000011 11100 0 110000 1011001 1 11100 1100001 110111

Color Harmonies of #FC831C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC831C

Black with #FC831C

Text Example


Text Example

White with #FC831C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC831C; }

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

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

background-color css

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

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

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

border-color css

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

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

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