Html Css Color HEX #FC7D1A Pumpkin

📋 copy color: '#FC7D1A'

red 252 ◦ green 125 ◦ blue 26

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

Shades of Pumpkin #FC7D1A

Tints of Pumpkin #FC7D1A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.02%

 BLUE value IS 26 (10.55% from 255) = 6.45%

R = 62.53%
G = 31.02%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC7D1A (or 0xFC7D1A) is known color: Pumpkin. HEX triplet: FC, 7D and 1A. RGB value is (252,125,26). Sum of RGB (Red+Green+Blue) = 252+125+26=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 26 (10.55% from 255 or 6.45% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7D1A is #0382E5. Grayscale: #989898. Windows color (decimal): -230118 or 1736188. OLE color: 1736188.

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

Color convert

RGB 252 125 26 -
CMYK 0 0.50 0.90 0.01
HSL 26.28º 0.97% 0.55% -
HSV(B) 26.28º 0.9% 0.99% -
XYZ 47.66 35.44 5.31 -
YUV 151.69 57.08 199.55 -
System Red Green Blue C M Y K H S L
Decimal 252 125 26 0 0.50 0.90 0.01 26.28 0.97 0.55
Hex FC 7D 1A 0 32 5A 1 1A 61 37
Octal 374 175 32 0 62 132 1 32 141 67
Binary 11111100 1111101 11010 0 110010 1011010 1 11010 1100001 110111

Color Harmonies of #FC7D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D1A

Black with #FC7D1A

Text Example


Text Example

White with #FC7D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D1A; }

 p { color: rgb(252,125,26); }

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

background-color css

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

 a { background-color: rgb(252,125,26); }

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

border-color css

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

 span { border-color: rgb(252,125,26); }

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