Html Css Color HEX #FC710A Pumpkin

📋 copy color: '#FC710A'

red 252 ◦ green 113 ◦ blue 10

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

Shades of Pumpkin #FC710A

Tints of Pumpkin #FC710A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.67%

R = 67.2%
G = 30.13%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC710A (or 0xFC710A) is known color: Pumpkin. HEX triplet: FC, 71 and 0A. RGB value is (252,113,10). Sum of RGB (Red+Green+Blue) = 252+113+10=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC710A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC710A is #038EF5. Grayscale: #8F8F8F. Windows color (decimal): -233206 or 684540. OLE color: 684540.

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

Color convert

RGB 252 113 10 -
CMYK 0 0.55 0.96 0.01
HSL 25.54º 0.98% 0.51% -
HSV(B) 25.54º 0.96% 0.99% -
XYZ 46.1 32.53 4.14 -
YUV 142.82 53.05 205.88 -
System Red Green Blue C M Y K H S L
Decimal 252 113 10 0 0.55 0.96 0.01 25.54 0.98 0.51
Hex FC 71 A 0 37 60 1 1A 62 33
Octal 374 161 12 0 67 140 1 32 142 63
Binary 11111100 1110001 1010 0 110111 1100000 1 11010 1100010 110011

Color Harmonies of #FC710A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC710A

Black with #FC710A

Text Example


Text Example

White with #FC710A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC710A; }

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

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

background-color css

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

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

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

border-color css

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

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

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