Html Css Color HEX #FC6521 Pumpkin

📋 copy color: '#FC6521'

red 252 ◦ green 101 ◦ blue 33

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

Shades of Pumpkin #FC6521

Tints of Pumpkin #FC6521

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.17%

 BLUE value IS 33 (13.28% from 255) = 8.55%

R = 65.28%
G = 26.17%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC6521 (or 0xFC6521) is known color: Pumpkin. HEX triplet: FC, 65 and 21. RGB value is (252,101,33). Sum of RGB (Red+Green+Blue) = 252+101+33=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 33 (13.28% from 255 or 8.55% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6521 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6521 is #039ADE. Grayscale: #8A8A8A. Windows color (decimal): -236255 or 2188796. OLE color: 2188796.

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

Color convert

RGB 252 101 33 -
CMYK 0 0.60 0.87 0.01
HSL 18.63º 0.97% 0.56% -
HSV(B) 18.63º 0.87% 0.99% -
XYZ 45.07 30.11 4.88 -
YUV 138.4 68.53 209.03 -
System Red Green Blue C M Y K H S L
Decimal 252 101 33 0 0.60 0.87 0.01 18.63 0.97 0.56
Hex FC 65 21 0 3C 57 1 13 61 38
Octal 374 145 41 0 74 127 1 23 141 70
Binary 11111100 1100101 100001 0 111100 1010111 1 10011 1100001 111000

Color Harmonies of #FC6521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6521

Black with #FC6521

Text Example


Text Example

White with #FC6521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6521; }

 p { color: rgb(252,101,33); }

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

background-color css

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

 a { background-color: rgb(252,101,33); }

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

border-color css

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

 span { border-color: rgb(252,101,33); }

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