Html Css Color HEX #FC7A11 Pumpkin

📋 copy color: '#FC7A11'

red 252 ◦ green 122 ◦ blue 17

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

Shades of Pumpkin #FC7A11

Tints of Pumpkin #FC7A11

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.2%

 BLUE value IS 17 (7.03% from 255) = 4.35%

R = 64.45%
G = 31.2%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC7A11 (or 0xFC7A11) is known color: Pumpkin. HEX triplet: FC, 7A and 11. RGB value is (252,122,17). Sum of RGB (Red+Green+Blue) = 252+122+17=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 17 (7.03% from 255 or 4.35% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7A11 is #0385EE. Grayscale: #959595. Windows color (decimal): -230895 or 1145596. OLE color: 1145596.

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

Color convert

RGB 252 122 17 -
CMYK 0 0.52 0.93 0.01
HSL 26.81º 0.98% 0.53% -
HSV(B) 26.81º 0.93% 0.99% -
XYZ 47.21 34.65 4.73 -
YUV 148.9 53.57 201.54 -
System Red Green Blue C M Y K H S L
Decimal 252 122 17 0 0.52 0.93 0.01 26.81 0.98 0.53
Hex FC 7A 11 0 34 5D 1 1B 62 35
Octal 374 172 21 0 64 135 1 33 142 65
Binary 11111100 1111010 10001 0 110100 1011101 1 11011 1100010 110101

Color Harmonies of #FC7A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7A11

Black with #FC7A11

Text Example


Text Example

White with #FC7A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7A11; }

 p { color: rgb(252,122,17); }

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

background-color css

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

 a { background-color: rgb(252,122,17); }

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

border-color css

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

 span { border-color: rgb(252,122,17); }

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