Html Css Color HEX #FC7616 Pumpkin

📋 copy color: '#FC7616'

red 252 ◦ green 118 ◦ blue 22

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

Shades of Pumpkin #FC7616

Tints of Pumpkin #FC7616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.1%

 BLUE value IS 22 (8.98% from 255) = 5.61%

R = 64.29%
G = 30.1%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FC7616 (or 0xFC7616) is known color: Pumpkin. HEX triplet: FC, 76 and 16. RGB value is (252,118,22). Sum of RGB (Red+Green+Blue) = 252+118+22=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 22 (8.98% from 255 or 5.61% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7616 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7616 is #0389E9. Grayscale: #939393. Windows color (decimal): -231914 or 1472252. OLE color: 1472252.

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

Color convert

RGB 252 118 22 -
CMYK 0 0.53 0.91 0.01
HSL 25.04º 0.97% 0.54% -
HSV(B) 25.04º 0.91% 0.99% -
XYZ 46.77 33.71 4.8 -
YUV 147.12 57.39 202.81 -
System Red Green Blue C M Y K H S L
Decimal 252 118 22 0 0.53 0.91 0.01 25.04 0.97 0.54
Hex FC 76 16 0 35 5B 1 19 61 36
Octal 374 166 26 0 65 133 1 31 141 66
Binary 11111100 1110110 10110 0 110101 1011011 1 11001 1100001 110110

Color Harmonies of #FC7616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7616

Black with #FC7616

Text Example


Text Example

White with #FC7616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7616; }

 p { color: rgb(252,118,22); }

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

background-color css

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

 a { background-color: rgb(252,118,22); }

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

border-color css

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

 span { border-color: rgb(252,118,22); }

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