Html Css Color HEX #FC790C Pumpkin

📋 copy color: '#FC790C'

red 252 ◦ green 121 ◦ blue 12

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

Shades of Pumpkin #FC790C

Tints of Pumpkin #FC790C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.43%

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

R = 65.45%
G = 31.43%
B = 3.12%

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

#FC790C (or 0xFC790C) is known color: Pumpkin. HEX triplet: FC, 79 and 0C. RGB value is (252,121,12). Sum of RGB (Red+Green+Blue) = 252+121+12=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC790C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC790C is #0386F3. Grayscale: #949494. Windows color (decimal): -231156 or 817660. OLE color: 817660.

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

Color convert

RGB 252 121 12 -
CMYK 0 0.52 0.95 0.01
HSL 27.25º 0.98% 0.52% -
HSV(B) 27.25º 0.95% 0.99% -
XYZ 47.05 34.4 4.51 -
YUV 147.74 51.4 202.36 -
System Red Green Blue C M Y K H S L
Decimal 252 121 12 0 0.52 0.95 0.01 27.25 0.98 0.52
Hex FC 79 C 0 34 5F 1 1B 62 34
Octal 374 171 14 0 64 137 1 33 142 64
Binary 11111100 1111001 1100 0 110100 1011111 1 11011 1100010 110100

Color Harmonies of #FC790C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC790C

Black with #FC790C

Text Example


Text Example

White with #FC790C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC790C; }

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

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

background-color css

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

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

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

border-color css

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

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

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