Html Css Color HEX #FC6D0F Pumpkin

📋 copy color: '#FC6D0F'

red 252 ◦ green 109 ◦ blue 15

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

Shades of Pumpkin #FC6D0F

Tints of Pumpkin #FC6D0F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.99%

 BLUE value IS 15 (6.25% from 255) = 3.99%

R = 67.02%
G = 28.99%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC6D0F (or 0xFC6D0F) is known color: Pumpkin. HEX triplet: FC, 6D and 0F. RGB value is (252,109,15). Sum of RGB (Red+Green+Blue) = 252+109+15=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 15 (6.25% from 255 or 3.99% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6D0F is #0392F0. Grayscale: #8D8D8D. Windows color (decimal): -234225 or 1011196. OLE color: 1011196.

HSL color Cylindrical-coordinate representation of color #FC6D0F: hue angle of 23.8º 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 #FC6D0F is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 109 15 -
CMYK 0 0.57 0.94 0.01
HSL 23.8º 0.98% 0.52% -
HSV(B) 23.8º 0.94% 0.99% -
XYZ 45.7 31.67 4.16 -
YUV 141.04 56.88 207.14 -
System Red Green Blue C M Y K H S L
Decimal 252 109 15 0 0.57 0.94 0.01 23.8 0.98 0.52
Hex FC 6D F 0 39 5E 1 18 62 34
Octal 374 155 17 0 71 136 1 30 142 64
Binary 11111100 1101101 1111 0 111001 1011110 1 11000 1100010 110100

Color Harmonies of #FC6D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6D0F

Black with #FC6D0F

Text Example


Text Example

White with #FC6D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6D0F; }

 p { color: rgb(252,109,15); }

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

background-color css

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

 a { background-color: rgb(252,109,15); }

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

border-color css

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

 span { border-color: rgb(252,109,15); }

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