Html Css Color HEX #FC7D1B Pumpkin

📋 copy color: '#FC7D1B'

red 252 ◦ green 125 ◦ blue 27

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

Shades of Pumpkin #FC7D1B

Tints of Pumpkin #FC7D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.68%

R = 62.38%
G = 30.94%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC7D1B (or 0xFC7D1B) is known color: Pumpkin. HEX triplet: FC, 7D and 1B. RGB value is (252,125,27). Sum of RGB (Red+Green+Blue) = 252+125+27=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7D1B is #0382E4. Grayscale: #989898. Windows color (decimal): -230117 or 1801724. OLE color: 1801724.

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

Color convert

RGB 252 125 27 -
CMYK 0 0.50 0.89 0.01
HSL 26.13º 0.97% 0.55% -
HSV(B) 26.13º 0.89% 0.99% -
XYZ 47.68 35.44 5.37 -
YUV 151.8 57.58 199.47 -
System Red Green Blue C M Y K H S L
Decimal 252 125 27 0 0.50 0.89 0.01 26.13 0.97 0.55
Hex FC 7D 1B 0 32 59 1 1A 61 37
Octal 374 175 33 0 62 131 1 32 141 67
Binary 11111100 1111101 11011 0 110010 1011001 1 11010 1100001 110111

Color Harmonies of #FC7D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D1B

Black with #FC7D1B

Text Example


Text Example

White with #FC7D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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