Html Css Color HEX #FC710E Pumpkin

📋 copy color: '#FC710E'

red 252 ◦ green 113 ◦ blue 14

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

Shades of Pumpkin #FC710E

Tints of Pumpkin #FC710E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.82%

 BLUE value IS 14 (5.86% from 255) = 3.69%

R = 66.49%
G = 29.82%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC710E (or 0xFC710E) is known color: Pumpkin. HEX triplet: FC, 71 and 0E. RGB value is (252,113,14). Sum of RGB (Red+Green+Blue) = 252+113+14=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 14 (5.86% from 255 or 3.69% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC710E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC710E is #038EF1. Grayscale: #8F8F8F. Windows color (decimal): -233202 or 946684. OLE color: 946684.

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

Color convert

RGB 252 113 14 -
CMYK 0 0.55 0.94 0.01
HSL 24.96º 0.98% 0.52% -
HSV(B) 24.96º 0.94% 0.99% -
XYZ 46.13 32.54 4.26 -
YUV 143.28 55.05 205.55 -
System Red Green Blue C M Y K H S L
Decimal 252 113 14 0 0.55 0.94 0.01 24.96 0.98 0.52
Hex FC 71 E 0 37 5E 1 19 62 34
Octal 374 161 16 0 67 136 1 31 142 64
Binary 11111100 1110001 1110 0 110111 1011110 1 11001 1100010 110100

Color Harmonies of #FC710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC710E

Black with #FC710E

Text Example


Text Example

White with #FC710E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC710E; }

 p { color: rgb(252,113,14); }

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

background-color css

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

 a { background-color: rgb(252,113,14); }

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

border-color css

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

 span { border-color: rgb(252,113,14); }

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