Html Css Color HEX #FC651F Pumpkin

📋 copy color: '#FC651F'

red 252 ◦ green 101 ◦ blue 31

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

Shades of Pumpkin #FC651F

Tints of Pumpkin #FC651F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.3%

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

R = 65.63%
G = 26.3%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC651F (or 0xFC651F) is known color: Pumpkin. HEX triplet: FC, 65 and 1F. RGB value is (252,101,31). Sum of RGB (Red+Green+Blue) = 252+101+31=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC651F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC651F is #039AE0. Grayscale: #8A8A8A. Windows color (decimal): -236257 or 2057724. OLE color: 2057724.

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

Color convert

RGB 252 101 31 -
CMYK 0 0.60 0.88 0.01
HSL 19º 0.97% 0.55% -
HSV(B) 19º 0.88% 0.99% -
XYZ 45.05 30.1 4.73 -
YUV 138.17 67.53 209.19 -
System Red Green Blue C M Y K H S L
Decimal 252 101 31 0 0.60 0.88 0.01 19 0.97 0.55
Hex FC 65 1F 0 3C 58 1 13 61 37
Octal 374 145 37 0 74 130 1 23 141 67
Binary 11111100 1100101 11111 0 111100 1011000 1 10011 1100001 110111

Color Harmonies of #FC651F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC651F

Black with #FC651F

Text Example


Text Example

White with #FC651F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC651F; }

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

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

background-color css

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

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

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

border-color css

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

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

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