Html Css Color HEX #FC780C Pumpkin

📋 copy color: '#FC780C'

red 252 ◦ green 120 ◦ blue 12

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

Shades of Pumpkin #FC780C

Tints of Pumpkin #FC780C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.25%

 BLUE value IS 12 (5.08% from 255) = 3.13%

R = 65.63%
G = 31.25%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC780C (or 0xFC780C) is known color: Pumpkin. HEX triplet: FC, 78 and 0C. RGB value is (252,120,12). Sum of RGB (Red+Green+Blue) = 252+120+12=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC780C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC780C is #0387F3. Grayscale: #939393. Windows color (decimal): -231412 or 817404. OLE color: 817404.

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

Color convert

RGB 252 120 12 -
CMYK 0 0.52 0.95 0.01
HSL 27º 0.98% 0.52% -
HSV(B) 27º 0.95% 0.99% -
XYZ 46.93 34.15 4.47 -
YUV 147.16 51.73 202.78 -
System Red Green Blue C M Y K H S L
Decimal 252 120 12 0 0.52 0.95 0.01 27 0.98 0.52
Hex FC 78 C 0 34 5F 1 1B 62 34
Octal 374 170 14 0 64 137 1 33 142 64
Binary 11111100 1111000 1100 0 110100 1011111 1 11011 1100010 110100

Color Harmonies of #FC780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC780C

Black with #FC780C

Text Example


Text Example

White with #FC780C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC780C; }

 p { color: rgb(252,120,12); }

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

background-color css

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

 a { background-color: rgb(252,120,12); }

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

border-color css

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

 span { border-color: rgb(252,120,12); }

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