Html Css Color HEX #FC700C Pumpkin

📋 copy color: '#FC700C'

red 252 ◦ green 112 ◦ blue 12

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

Shades of Pumpkin #FC700C

Tints of Pumpkin #FC700C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.79%

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

R = 67.02%
G = 29.79%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC700C (or 0xFC700C) is known color: Pumpkin. HEX triplet: FC, 70 and 0C. RGB value is (252,112,12). Sum of RGB (Red+Green+Blue) = 252+112+12=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC700C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC700C is #038FF3. Grayscale: #8F8F8F. Windows color (decimal): -233460 or 815356. OLE color: 815356.

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

Color convert

RGB 252 112 12 -
CMYK 0 0.56 0.95 0.01
HSL 25º 0.98% 0.52% -
HSV(B) 25º 0.95% 0.99% -
XYZ 46.01 32.31 4.16 -
YUV 142.46 54.38 206.13 -
System Red Green Blue C M Y K H S L
Decimal 252 112 12 0 0.56 0.95 0.01 25 0.98 0.52
Hex FC 70 C 0 38 5F 1 19 62 34
Octal 374 160 14 0 70 137 1 31 142 64
Binary 11111100 1110000 1100 0 111000 1011111 1 11001 1100010 110100

Color Harmonies of #FC700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC700C

Black with #FC700C

Text Example


Text Example

White with #FC700C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC700C; }

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

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

background-color css

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

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

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

border-color css

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

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

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