Html Css Color HEX #FC7A19 Pumpkin

📋 copy color: '#FC7A19'

red 252 ◦ green 122 ◦ blue 25

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

Shades of Pumpkin #FC7A19

Tints of Pumpkin #FC7A19

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.58%

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

R = 63.16%
G = 30.58%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC7A19 (or 0xFC7A19) is known color: Pumpkin. HEX triplet: FC, 7A and 19. RGB value is (252,122,25). Sum of RGB (Red+Green+Blue) = 252+122+25=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 25 (10.16% from 255 or 6.27% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7A19 is #0385E6. Grayscale: #969696. Windows color (decimal): -230887 or 1669884. OLE color: 1669884.

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

Color convert

RGB 252 122 25 -
CMYK 0 0.52 0.90 0.01
HSL 25.64º 0.97% 0.54% -
HSV(B) 25.64º 0.9% 0.99% -
XYZ 47.28 34.68 5.12 -
YUV 149.81 57.57 200.89 -
System Red Green Blue C M Y K H S L
Decimal 252 122 25 0 0.52 0.90 0.01 25.64 0.97 0.54
Hex FC 7A 19 0 34 5A 1 1A 61 36
Octal 374 172 31 0 64 132 1 32 141 66
Binary 11111100 1111010 11001 0 110100 1011010 1 11010 1100001 110110

Color Harmonies of #FC7A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7A19

Black with #FC7A19

Text Example


Text Example

White with #FC7A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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