Html Css Color HEX #FC6514 Pumpkin

📋 copy color: '#FC6514'

red 252 ◦ green 101 ◦ blue 20

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

Shades of Pumpkin #FC6514

Tints of Pumpkin #FC6514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.36%

R = 67.56%
G = 27.08%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC6514 (or 0xFC6514) is known color: Pumpkin. HEX triplet: FC, 65 and 14. RGB value is (252,101,20). Sum of RGB (Red+Green+Blue) = 252+101+20=373 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.56% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 20 (8.20% from 255 or 5.36% from 373); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6514 is #039AEB. Grayscale: #898989. Windows color (decimal): -236268 or 1336828. OLE color: 1336828.

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

Color convert

RGB 252 101 20 -
CMYK 0 0.60 0.92 0.01
HSL 20.95º 0.97% 0.53% -
HSV(B) 20.95º 0.92% 0.99% -
XYZ 44.92 30.05 4.09 -
YUV 136.92 62.03 210.09 -
System Red Green Blue C M Y K H S L
Decimal 252 101 20 0 0.60 0.92 0.01 20.95 0.97 0.53
Hex FC 65 14 0 3C 5C 1 15 61 35
Octal 374 145 24 0 74 134 1 25 141 65
Binary 11111100 1100101 10100 0 111100 1011100 1 10101 1100001 110101

Color Harmonies of #FC6514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6514

Black with #FC6514

Text Example


Text Example

White with #FC6514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6514; }

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

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

background-color css

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

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

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

border-color css

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

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

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