Html Css Color HEX #FC7F0E Pumpkin

📋 copy color: '#FC7F0E'

red 252 ◦ green 127 ◦ blue 14

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

Shades of Pumpkin #FC7F0E

Tints of Pumpkin #FC7F0E

RGB

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

 GREEN value IS 127 (50% from 255) = 32.32%

 BLUE value IS 14 (5.86% from 255) = 3.56%

R = 64.12%
G = 32.32%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC7F0E (or 0xFC7F0E) is known color: Pumpkin. HEX triplet: FC, 7F and 0E. RGB value is (252,127,14). Sum of RGB (Red+Green+Blue) = 252+127+14=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 14 (5.86% from 255 or 3.56% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7F0E is #0380F1. Grayscale: #989898. Windows color (decimal): -229618 or 950268. OLE color: 950268.

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

Color convert

RGB 252 127 14 -
CMYK 0 0.50 0.94 0.01
HSL 28.49º 0.98% 0.52% -
HSV(B) 28.49º 0.94% 0.99% -
XYZ 47.81 35.91 4.83 -
YUV 151.49 50.41 199.69 -
System Red Green Blue C M Y K H S L
Decimal 252 127 14 0 0.50 0.94 0.01 28.49 0.98 0.52
Hex FC 7F E 0 32 5E 1 1C 62 34
Octal 374 177 16 0 62 136 1 34 142 64
Binary 11111100 1111111 1110 0 110010 1011110 1 11100 1100010 110100

Color Harmonies of #FC7F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7F0E

Black with #FC7F0E

Text Example


Text Example

White with #FC7F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7F0E; }

 p { color: rgb(252,127,14); }

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

background-color css

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

 a { background-color: rgb(252,127,14); }

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

border-color css

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

 span { border-color: rgb(252,127,14); }

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