Html Css Color HEX #FC7019 Pumpkin

📋 copy color: '#FC7019'

red 252 ◦ green 112 ◦ blue 25

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

Shades of Pumpkin #FC7019

Tints of Pumpkin #FC7019

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.79%

 BLUE value IS 25 (10.16% from 255) = 6.43%

R = 64.78%
G = 28.79%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC7019 (or 0xFC7019) is known color: Pumpkin. HEX triplet: FC, 70 and 19. RGB value is (252,112,25). Sum of RGB (Red+Green+Blue) = 252+112+25=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 25 (10.16% from 255 or 6.43% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7019 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7019 is #038FE6. Grayscale: #909090. Windows color (decimal): -233447 or 1667324. OLE color: 1667324.

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

Color convert

RGB 252 112 25 -
CMYK 0 0.56 0.90 0.01
HSL 23º 0.97% 0.54% -
HSV(B) 23º 0.9% 0.99% -
XYZ 46.11 32.35 4.73 -
YUV 143.94 60.88 205.07 -
System Red Green Blue C M Y K H S L
Decimal 252 112 25 0 0.56 0.90 0.01 23 0.97 0.54
Hex FC 70 19 0 38 5A 1 17 61 36
Octal 374 160 31 0 70 132 1 27 141 66
Binary 11111100 1110000 11001 0 111000 1011010 1 10111 1100001 110110

Color Harmonies of #FC7019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7019

Black with #FC7019

Text Example


Text Example

White with #FC7019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7019; }

 p { color: rgb(252,112,25); }

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

background-color css

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

 a { background-color: rgb(252,112,25); }

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

border-color css

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

 span { border-color: rgb(252,112,25); }

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