Html Css Color HEX #FC7F15 Pumpkin

📋 copy color: '#FC7F15'

red 252 ◦ green 127 ◦ blue 21

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

Shades of Pumpkin #FC7F15

Tints of Pumpkin #FC7F15

RGB

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

 GREEN value IS 127 (50% from 255) = 31.75%

 BLUE value IS 21 (8.59% from 255) = 5.25%

R = 63%
G = 31.75%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC7F15 (or 0xFC7F15) is known color: Pumpkin. HEX triplet: FC, 7F and 15. RGB value is (252,127,21). Sum of RGB (Red+Green+Blue) = 252+127+21=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 21 (8.59% from 255 or 5.25% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7F15 is #0380EA. Grayscale: #989898. Windows color (decimal): -229611 or 1409020. OLE color: 1409020.

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

Color convert

RGB 252 127 21 -
CMYK 0 0.50 0.92 0.01
HSL 27.53º 0.97% 0.54% -
HSV(B) 27.53º 0.92% 0.99% -
XYZ 47.87 35.93 5.12 -
YUV 152.29 53.91 199.12 -
System Red Green Blue C M Y K H S L
Decimal 252 127 21 0 0.50 0.92 0.01 27.53 0.97 0.54
Hex FC 7F 15 0 32 5C 1 1C 61 36
Octal 374 177 25 0 62 134 1 34 141 66
Binary 11111100 1111111 10101 0 110010 1011100 1 11100 1100001 110110

Color Harmonies of #FC7F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7F15

Black with #FC7F15

Text Example


Text Example

White with #FC7F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7F15; }

 p { color: rgb(252,127,21); }

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

background-color css

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

 a { background-color: rgb(252,127,21); }

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

border-color css

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

 span { border-color: rgb(252,127,21); }

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