Html Css Color HEX #FC6914 Pumpkin

📋 copy color: '#FC6914'

red 252 ◦ green 105 ◦ blue 20

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

Shades of Pumpkin #FC6914

Tints of Pumpkin #FC6914

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.85%

 BLUE value IS 20 (8.2% from 255) = 5.31%

R = 66.84%
G = 27.85%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC6914 (or 0xFC6914) is known color: Pumpkin. HEX triplet: FC, 69 and 14. RGB value is (252,105,20). Sum of RGB (Red+Green+Blue) = 252+105+20=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6914 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6914 is #0396EB. Grayscale: #8B8B8B. Windows color (decimal): -235244 or 1337852. OLE color: 1337852.

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

Color convert

RGB 252 105 20 -
CMYK 0 0.58 0.92 0.01
HSL 21.98º 0.97% 0.53% -
HSV(B) 21.98º 0.92% 0.99% -
XYZ 45.32 30.85 4.23 -
YUV 139.26 60.7 208.41 -
System Red Green Blue C M Y K H S L
Decimal 252 105 20 0 0.58 0.92 0.01 21.98 0.97 0.53
Hex FC 69 14 0 3A 5C 1 16 61 35
Octal 374 151 24 0 72 134 1 26 141 65
Binary 11111100 1101001 10100 0 111010 1011100 1 10110 1100001 110101

Color Harmonies of #FC6914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6914

Black with #FC6914

Text Example


Text Example

White with #FC6914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6914; }

 p { color: rgb(252,105,20); }

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

background-color css

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

 a { background-color: rgb(252,105,20); }

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

border-color css

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

 span { border-color: rgb(252,105,20); }

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