Html Css Color HEX #FC780D Pumpkin

📋 copy color: '#FC780D'

red 252 ◦ green 120 ◦ blue 13

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

Shades of Pumpkin #FC780D

Tints of Pumpkin #FC780D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.38%

R = 65.45%
G = 31.17%
B = 3.38%

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

#FC780D (or 0xFC780D) is known color: Pumpkin. HEX triplet: FC, 78 and 0D. RGB value is (252,120,13). Sum of RGB (Red+Green+Blue) = 252+120+13=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 13 (5.47% from 255 or 3.38% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC780D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC780D is #0387F2. Grayscale: #939393. Windows color (decimal): -231411 or 882940. OLE color: 882940.

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

Color convert

RGB 252 120 13 -
CMYK 0 0.52 0.95 0.01
HSL 26.86º 0.98% 0.52% -
HSV(B) 26.86º 0.95% 0.99% -
XYZ 46.93 34.16 4.5 -
YUV 147.27 52.23 202.7 -
System Red Green Blue C M Y K H S L
Decimal 252 120 13 0 0.52 0.95 0.01 26.86 0.98 0.52
Hex FC 78 D 0 34 5F 1 1B 62 34
Octal 374 170 15 0 64 137 1 33 142 64
Binary 11111100 1111000 1101 0 110100 1011111 1 11011 1100010 110100

Color Harmonies of #FC780D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC780D

Black with #FC780D

Text Example


Text Example

White with #FC780D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC780D; }

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

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

background-color css

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

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

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

border-color css

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

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

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