Html Css Color HEX #FC601C Pumpkin

📋 copy color: '#FC601C'

red 252 ◦ green 96 ◦ blue 28

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

Shades of Pumpkin #FC601C

Tints of Pumpkin #FC601C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.53%

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

R = 67.02%
G = 25.53%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC601C (or 0xFC601C) is known color: Pumpkin. HEX triplet: FC, 60 and 1C. RGB value is (252,96,28). Sum of RGB (Red+Green+Blue) = 252+96+28=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 28 (11.33% from 255 or 7.45% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC601C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC601C is #039FE3. Grayscale: #878787. Windows color (decimal): -237540 or 1859836. OLE color: 1859836.

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

Color convert

RGB 252 96 28 -
CMYK 0 0.62 0.89 0.01
HSL 18.21º 0.97% 0.55% -
HSV(B) 18.21º 0.89% 0.99% -
XYZ 44.54 29.15 4.38 -
YUV 134.89 67.68 211.53 -
System Red Green Blue C M Y K H S L
Decimal 252 96 28 0 0.62 0.89 0.01 18.21 0.97 0.55
Hex FC 60 1C 0 3E 59 1 12 61 37
Octal 374 140 34 0 76 131 1 22 141 67
Binary 11111100 1100000 11100 0 111110 1011001 1 10010 1100001 110111

Color Harmonies of #FC601C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC601C

Black with #FC601C

Text Example


Text Example

White with #FC601C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC601C; }

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

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

background-color css

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

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

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

border-color css

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

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

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