Html Css Color HEX #FC701F Pumpkin

📋 copy color: '#FC701F'

red 252 ◦ green 112 ◦ blue 31

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

Shades of Pumpkin #FC701F

Tints of Pumpkin #FC701F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.85%

R = 63.8%
G = 28.35%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC701F (or 0xFC701F) is known color: Pumpkin. HEX triplet: FC, 70 and 1F. RGB value is (252,112,31). Sum of RGB (Red+Green+Blue) = 252+112+31=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 31 (12.5% from 255 or 7.85% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC701F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC701F is #038FE0. Grayscale: #919191. Windows color (decimal): -233441 or 2060540. OLE color: 2060540.

HSL color Cylindrical-coordinate representation of color #FC701F: hue angle of 21.99º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC701F is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 112 31 -
CMYK 0 0.56 0.88 0.01
HSL 21.99º 0.97% 0.55% -
HSV(B) 21.99º 0.88% 0.99% -
XYZ 46.19 32.38 5.11 -
YUV 144.63 63.88 204.59 -
System Red Green Blue C M Y K H S L
Decimal 252 112 31 0 0.56 0.88 0.01 21.99 0.97 0.55
Hex FC 70 1F 0 38 58 1 16 61 37
Octal 374 160 37 0 70 130 1 26 141 67
Binary 11111100 1110000 11111 0 111000 1011000 1 10110 1100001 110111

Color Harmonies of #FC701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC701F

Black with #FC701F

Text Example


Text Example

White with #FC701F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC701F; }

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

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

background-color css

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

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

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

border-color css

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

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

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