Html Css Color HEX #FC7C16 Pumpkin

📋 copy color: '#FC7C16'

red 252 ◦ green 124 ◦ blue 22

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

Shades of Pumpkin #FC7C16

Tints of Pumpkin #FC7C16

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.16%

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

R = 63.32%
G = 31.16%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FC7C16 (or 0xFC7C16) is known color: Pumpkin. HEX triplet: FC, 7C and 16. RGB value is (252,124,22). Sum of RGB (Red+Green+Blue) = 252+124+22=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 22 (8.98% from 255 or 5.53% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7C16 is #0383E9. Grayscale: #979797. Windows color (decimal): -230378 or 1473788. OLE color: 1473788.

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

Color convert

RGB 252 124 22 -
CMYK 0 0.51 0.91 0.01
HSL 26.61º 0.97% 0.54% -
HSV(B) 26.61º 0.91% 0.99% -
XYZ 47.5 35.17 5.04 -
YUV 150.64 55.41 200.29 -
System Red Green Blue C M Y K H S L
Decimal 252 124 22 0 0.51 0.91 0.01 26.61 0.97 0.54
Hex FC 7C 16 0 33 5B 1 1B 61 36
Octal 374 174 26 0 63 133 1 33 141 66
Binary 11111100 1111100 10110 0 110011 1011011 1 11011 1100001 110110

Color Harmonies of #FC7C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7C16

Black with #FC7C16

Text Example


Text Example

White with #FC7C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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