Html Css Color HEX #FC711A Pumpkin

📋 copy color: '#FC711A'

red 252 ◦ green 113 ◦ blue 26

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

Shades of Pumpkin #FC711A

Tints of Pumpkin #FC711A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.65%

R = 64.45%
G = 28.9%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC711A (or 0xFC711A) is known color: Pumpkin. HEX triplet: FC, 71 and 1A. RGB value is (252,113,26). Sum of RGB (Red+Green+Blue) = 252+113+26=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 26 (10.55% from 255 or 6.65% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC711A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC711A is #038EE5. Grayscale: #919191. Windows color (decimal): -233190 or 1733116. OLE color: 1733116.

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

Color convert

RGB 252 113 26 -
CMYK 0 0.55 0.90 0.01
HSL 23.1º 0.97% 0.55% -
HSV(B) 23.1º 0.9% 0.99% -
XYZ 46.24 32.58 4.83 -
YUV 144.64 61.05 204.57 -
System Red Green Blue C M Y K H S L
Decimal 252 113 26 0 0.55 0.90 0.01 23.1 0.97 0.55
Hex FC 71 1A 0 37 5A 1 17 61 37
Octal 374 161 32 0 67 132 1 27 141 67
Binary 11111100 1110001 11010 0 110111 1011010 1 10111 1100001 110111

Color Harmonies of #FC711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC711A

Black with #FC711A

Text Example


Text Example

White with #FC711A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC711A; }

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

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

background-color css

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

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

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

border-color css

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

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

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