Html Css Color HEX #FC7D1F Pumpkin

📋 copy color: '#FC7D1F'

red 252 ◦ green 125 ◦ blue 31

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

Shades of Pumpkin #FC7D1F

Tints of Pumpkin #FC7D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.6%

R = 61.76%
G = 30.64%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC7D1F (or 0xFC7D1F) is known color: Pumpkin. HEX triplet: FC, 7D and 1F. RGB value is (252,125,31). Sum of RGB (Red+Green+Blue) = 252+125+31=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 31 (12.5% from 255 or 7.60% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7D1F is #0382E0. Grayscale: #989898. Windows color (decimal): -230113 or 2063868. OLE color: 2063868.

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

Color convert

RGB 252 125 31 -
CMYK 0 0.50 0.88 0.01
HSL 25.52º 0.97% 0.55% -
HSV(B) 25.52º 0.88% 0.99% -
XYZ 47.73 35.46 5.63 -
YUV 152.26 59.58 199.14 -
System Red Green Blue C M Y K H S L
Decimal 252 125 31 0 0.50 0.88 0.01 25.52 0.97 0.55
Hex FC 7D 1F 0 32 58 1 1A 61 37
Octal 374 175 37 0 62 130 1 32 141 67
Binary 11111100 1111101 11111 0 110010 1011000 1 11010 1100001 110111

Color Harmonies of #FC7D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D1F

Black with #FC7D1F

Text Example


Text Example

White with #FC7D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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